chore: Update sentry config
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import * as Sentry from "@sentry/nextjs"
|
||||
|
||||
import { env } from "./env/client"
|
||||
import { denyUrls } from "./sentry.shared.config"
|
||||
|
||||
Sentry.init({
|
||||
dsn: "https://fe39c070b4154e2f9cc35f0e5de0aedb@o4508102497206272.ingest.de.sentry.io/4508102500286544",
|
||||
@@ -14,4 +15,5 @@ Sentry.init({
|
||||
// For example, a tracesSampleRate of 0.5 and profilesSampleRate of 0.5 would
|
||||
// result in 25% of transactions being profiled (0.5*0.5=0.25)
|
||||
profilesSampleRate: 0.01,
|
||||
denyUrls: [...denyUrls],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user