Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Oct 27, 2024
1 parent 5280c85 commit 9febe35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion landing/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Sentry.init({
integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],
sampleRate: Number.parseFloat(process.env.SENTRY_SAMPLE_RATE ?? "1.0"),
tracesSampleRate: Number.parseFloat(process.env.SENTRY_TRACES_SAMPLE_RATE ?? "0.5"),
tracePropagationTargets: ["localhost", process.env.SENTRY_TRACE_PROPAGATION_TARGET ?? "https://pesto.teknologiumum.com"],
tracePropagationTargets: [
"localhost",
process.env.SENTRY_TRACE_PROPAGATION_TARGET ?? "https://pesto.teknologiumum.com",
],
// Capture Replay for 10% of all sessions,
// plus for 100% of sessions with an error
replaysSessionSampleRate: Number.parseFloat(process.env.SENTRY_REPLAYS_SESSION_SAMPLE_RATE ?? "0.02"),
Expand Down

0 comments on commit 9febe35

Please sign in to comment.