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 3be818e commit 83234e2Copy full SHA for 83234e2
sentry.edge.config.ts
@@ -16,7 +16,7 @@ Sentry.init({
16
// Setting this option to true will print useful information to the console while you're setting up Sentry.
17
debug: false,
18
19
- integrations: [Sentry.prismaIntegration()],
+ integrations: [],
20
21
beforeSend(event) {
22
// Filter out errors during the Next.js build phase
0 commit comments