Skip to content

Commit

Permalink
Merge pull request #892 from navikt/feature/remove-sentry-replay
Browse files Browse the repository at this point in the history
remove sentry replay feature, it's broken
  • Loading branch information
dtkhiem authored Feb 6, 2025
2 parents 6fed05c + f848de1 commit ff85a86
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,4 @@ Sentry.init({
allowUrls: ["arbeidsplassen.nav.no", "arbeidsplassen.intern.dev.nav.no"],
tracesSampleRate: 0.1,
debug: false,
replaysOnErrorSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
integrations: [
Sentry.replayIntegration({
maskAllText: true,
blockAllMedia: true,
}),
],
});

0 comments on commit ff85a86

Please sign in to comment.