Skip to content

Commit fdf4b66

Browse files
oops
1 parent 5444438 commit fdf4b66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web/src/instrumentation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export async function register() {
2626
await import('../sentry.edge.config');
2727
}
2828

29-
// if (process.env.NEXT_RUNTIME === 'nodejs') {
30-
// await import('./initialize');
31-
// }
29+
if (process.env.NEXT_RUNTIME === 'nodejs') {
30+
await import('./initialize');
31+
}
3232
}
3333

3434
export const onRequestError = Sentry.captureRequestError;

0 commit comments

Comments
 (0)