From 83234e281bd457a5ae91a3cbdbd6ccc30d44af46 Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Sun, 15 Sep 2024 11:05:01 +0100 Subject: [PATCH] Remove Prisma instrumentation in edge runtime --- sentry.edge.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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