We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5444438 commit fdf4b66Copy full SHA for fdf4b66
packages/web/src/instrumentation.ts
@@ -26,9 +26,9 @@ export async function register() {
26
await import('../sentry.edge.config');
27
}
28
29
- // if (process.env.NEXT_RUNTIME === 'nodejs') {
30
- // await import('./initialize');
31
- // }
+ if (process.env.NEXT_RUNTIME === 'nodejs') {
+ await import('./initialize');
+ }
32
33
34
export const onRequestError = Sentry.captureRequestError;
0 commit comments