We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb41d64 commit ae69725Copy full SHA for ae69725
packages/logs/src/boot/startLogs.ts
@@ -70,7 +70,7 @@ export function startLogs(
70
cleanupTasks.push(telemetry.stop)
71
72
const session =
73
- configuration.sessionStoreStrategyType && !canUseEventBridge() && !willSyntheticsInjectRum() && !isWorkerEnvironment
+ configuration.sessionStoreStrategyType && !canUseEventBridge() && !willSyntheticsInjectRum()
74
? startLogsSessionManager(configuration, trackingConsentState)
75
: startLogsSessionManagerStub(configuration)
76
0 commit comments