mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: disable sentry on other urls
This commit is contained in:
parent
014983566c
commit
7a6a4b828c
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user