There was an error while loading. Please reload this page.
1 parent 93b9577 commit 1ff2e19Copy full SHA for 1ff2e19
1 file changed
web/instrumentation.ts
@@ -1,11 +1,9 @@
1
import * as Sentry from "@sentry/nextjs";
2
export async function register() {
3
if (process.env.NEXT_RUNTIME === "nodejs") {
4
- // @ts-ignore
5
- await import("./sentry.server.config");
+ await import("./sentry.sever.config");
6
}
7
if (process.env.NEXT_RUNTIME === "edge") {
8
9
await import("./sentry.edge.config");
10
11
0 commit comments