fix: disable sentry on other urls

This commit is contained in:
AykutSarac 2023-08-23 00:05:31 +03:00
parent 014983566c
commit 7a6a4b828c
No known key found for this signature in database

View File

@ -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: [