Skip to content

Commit

Permalink
chore: disable sentry replay
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jul 29, 2024
1 parent c711112 commit c6f658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/plugins/sentry.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineNuxtPlugin((nuxtApp) => {
app: nuxtApp.vueApp,
dsn: sentry.dsn,
environment: sentry.environment,
integrations: [Sentry.browserTracingIntegration({ router }), Sentry.replayIntegration()],
integrations: [Sentry.browserTracingIntegration({ router })],

tracePropagationTargets: ["http://localhost:3333", "https://hangar.papermc.dev", "https://hangar.papermc.io"],

Expand Down

0 comments on commit c6f658a

Please sign in to comment.