Skip to content

Commit

Permalink
Update sentry dsn
Browse files Browse the repository at this point in the history
replace dsn
remove otel = outdated
  • Loading branch information
igorrenquin authored Jan 13, 2025
1 parent e335356 commit 1f95fb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import * as Sentry from "@sentry/nextjs";

Sentry.init({
dsn: "https://c96c9319e5654102b38b750ecba85712@sentry.fabrique.social.gouv.fr/101",
dsn: "https://6d774872e77ac5020b94b6284a2e7514@sentry2.fabrique.social.gouv.fr/7",

// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.1,
Expand All @@ -27,6 +27,4 @@ Sentry.init({
blockAllMedia: true,
}),
],
environment: "otel_" + (process.env.NEXT_PUBLIC_ENV || "dev"),
instrumenter: "otel",
});

0 comments on commit 1f95fb3

Please sign in to comment.