File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function createPreStartStrategy(
4444 const trackingConsentStateSubscription = trackingConsentState . observable . subscribe ( tryStartLogs )
4545
4646 function tryStartLogs ( ) {
47- if ( isNodeEnvironment || ! cachedConfiguration || ! cachedInitConfiguration || ! trackingConsentState . isGranted ( ) ) {
47+ if ( ! cachedConfiguration || ! cachedInitConfiguration || ! trackingConsentState . isGranted ( ) ) {
4848 return
4949 }
5050
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "build" : " webpack --config ./webpack.web.js" ,
66 "compat:tsc" : " tsc -p tsconfig.json" ,
7- "compat:ssr" : " webpack --config ./webpack.ssr.js && node dist/app.js"
7+ "compat:ssr" : " webpack --config ./webpack.ssr.js && output=$( node dist/app.js 2>&1) && [ -z \" $output \" ] || (echo \" Node output detected: $output \" && exit 1) "
88 },
99 "dependencies" : {
1010 "@datadog/browser-logs" : " file:../../../packages/logs/package.tgz" ,
You can’t perform that action at this time.
0 commit comments