Skip to content

Commit

Permalink
Update sentry.server.config.ts
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <[email protected]>
  • Loading branch information
gitworkflows authored Nov 26, 2024
1 parent 8274d7f commit 4804732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import * as Sentry from "@sentry/nextjs";

Sentry.init({
dsn: "https://47083b227593f8ffd0f77ef4ee47f962@o4508215291740160.ingest.de.sentry.io/4508261048778832",
dsn: "https://106536ac58c0c5e885b92b2c54b23bbd@o4507943605305344.ingest.de.sentry.io/4508361669214288",

// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
tracesSampleRate: 1,
tracesSampleRate: 0.2,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
Expand Down

0 comments on commit 4804732

Please sign in to comment.