From 7a6a4b828c361005e91b5c73bc64d95c524562b8 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Wed, 23 Aug 2023 00:05:31 +0300 Subject: [PATCH] fix: disable sentry on other urls --- sentry.client.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sentry.client.config.ts b/sentry.client.config.ts index 022f59d..0faef63 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -7,6 +7,7 @@ if (process.env.NODE_ENV === "production") { tracesSampleRate: 0.2, debug: false, release: `${process.env.SENTRY_RELEASE || "production"}`, + allowUrls: ["https://jsoncrack.com/editor"], replaysOnErrorSampleRate: 1.0, replaysSessionSampleRate: 0.1, integrations: [