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