Merged in feat/sentry (pull request #1089)
This commit is contained in:
committed by
Joakim Jäderberg
parent
e0c5b59860
commit
3982b1ba56
10
sentry.server.config.ts
Normal file
10
sentry.server.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as Sentry from "@sentry/nextjs"
|
||||
|
||||
import { env } from "./env/server"
|
||||
|
||||
Sentry.init({
|
||||
dsn: "https://fe39c070b4154e2f9cc35f0e5de0aedb@o4508102497206272.ingest.de.sentry.io/4508102500286544",
|
||||
environment: env.SENTRY_ENVIRONMENT,
|
||||
enabled: env.SENTRY_ENVIRONMENT !== "development",
|
||||
tracesSampleRate: env.SENTRY_SERVER_SAMPLERATE,
|
||||
})
|
||||
Reference in New Issue
Block a user