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 8033316 commit 4d152e6Copy full SHA for 4d152e6
packages/logs/src/boot/preStartLogs.ts
@@ -44,7 +44,7 @@ export function createPreStartStrategy(
44
const trackingConsentStateSubscription = trackingConsentState.observable.subscribe(tryStartLogs)
45
46
function tryStartLogs() {
47
- if (!cachedConfiguration || !cachedInitConfiguration || !trackingConsentState.isGranted()) {
+ if (isNodeEnvironment || !cachedConfiguration || !cachedInitConfiguration || !trackingConsentState.isGranted()) {
48
return
49
}
50
0 commit comments