Skip to content

Commit 6bbe3c7

Browse files
committed
debug
1 parent 2c4cf18 commit 6bbe3c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vite.config.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ export default defineConfig({
7474
_OT_PD_SENTRY_DEV_DSN_: JSON.stringify(process.env.OT_PD_SENTRY_DEV_DSN),
7575
_OT_PD_SENTRY_DSN_: JSON.stringify(process.env.OT_PD_SENTRY_DSN),
7676
_OT_PD_VERSION_: JSON.stringify(process.env.OT_PD_VERSION),
77+
// TODO(jh, 09-18-25): App-shell code is getting imported in the app...somehow.
78+
// We expose this debug for sentry code to initialize properly. Investigate further.
79+
'process.env.NODE_DEBUG': JSON.stringify(process.env.NODE_DEBUG),
7780
global: 'globalThis',
7881
},
7982
resolve: {

0 commit comments

Comments
 (0)