mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-22 11:48:29 +00:00
fix: no_integrations should be used only when integrations are not needed
This commit is contained in:
parent
c98804b9bf
commit
7634536a39
@ -151,7 +151,7 @@ async function createTransport(
|
|||||||
|
|
||||||
// Load integration transports
|
// Load integration transports
|
||||||
try {
|
try {
|
||||||
if (noIntegrations) {
|
if (!noIntegrations) {
|
||||||
const result = await IntegrationLoader.loadIntegrationTransports(
|
const result = await IntegrationLoader.loadIntegrationTransports(
|
||||||
sessionId,
|
sessionId,
|
||||||
userId,
|
userId,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user