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 2c4cf18 commit 6bbe3c7Copy full SHA for 6bbe3c7
vite.config.mts
@@ -74,6 +74,9 @@ export default defineConfig({
74
_OT_PD_SENTRY_DEV_DSN_: JSON.stringify(process.env.OT_PD_SENTRY_DEV_DSN),
75
_OT_PD_SENTRY_DSN_: JSON.stringify(process.env.OT_PD_SENTRY_DSN),
76
_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),
80
global: 'globalThis',
81
},
82
resolve: {
0 commit comments