Skip to content

Commit

Permalink
chore: remove replay integration
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Apr 27, 2024
1 parent 72c4314 commit 8ce93dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ export default defineConfig({
replaysSessionSampleRate: 0.05,
replaysOnErrorSampleRate: 0.5,
integrations: [
Sentry.replayIntegration({
networkDetailAllowUrls: [/teknologiumum.com/],
maskAllText: false,
maskAllInputs: false,
}),
Sentry.httpIntegration({ tracing: true }),
Sentry.nativeNodeFetchintegration(),
],
Expand Down

0 comments on commit 8ce93dc

Please sign in to comment.