Skip to content

Commit

Permalink
Update sentry.server.config.ts
Browse files Browse the repository at this point in the history
update dsn value
  • Loading branch information
igorrenquin authored Jan 13, 2025
1 parent 1f95fb3 commit 54700a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
import * as Sentry from "@sentry/nextjs";

Sentry.init({
dsn: "https://c96c9319e5654102b38b750ecba85712@sentry.fabrique.social.gouv.fr/101",
environment: "otel_" + (process.env.ENV || "dev"),
dsn: "https://6d774872e77ac5020b94b6284a2e7514@sentry2.fabrique.social.gouv.fr/7",
environment: process.env.ENV || "dev",
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.1,

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

instrumenter: "otel",
});

0 comments on commit 54700a6

Please sign in to comment.