Skip to content

Commit 83234e2

Browse files
committed
Remove Prisma instrumentation in edge runtime
1 parent 3be818e commit 83234e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry.edge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry.init({
1616
// Setting this option to true will print useful information to the console while you're setting up Sentry.
1717
debug: false,
1818

19-
integrations: [Sentry.prismaIntegration()],
19+
integrations: [],
2020

2121
beforeSend(event) {
2222
// Filter out errors during the Next.js build phase

0 commit comments

Comments
 (0)