diff --git a/sentry.edge.config.ts b/sentry.edge.config.ts index 2e14ee63..987db6ae 100644 --- a/sentry.edge.config.ts +++ b/sentry.edge.config.ts @@ -16,7 +16,7 @@ Sentry.init({ // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false, - integrations: [Sentry.prismaIntegration()], + integrations: [], beforeSend(event) { // Filter out errors during the Next.js build phase