Skip to content

Commit

Permalink
Disable replay integration (#333)
Browse files Browse the repository at this point in the history
* remove deprecated sentry tracing package

* disable sentry replay integration
  • Loading branch information
AlexEbenrode authored Oct 12, 2024
1 parent 41735c9 commit 4147fcb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"@brachkow/email-providers": "^1.2.0",
"@formkit/auto-animate": "^0.8.1",
"@sentry/tracing": "^7.114.0",
"@sentry/vue": "^8.34.0",
"@tiptap/extension-bubble-menu": "^2.1.12",
"@tiptap/extension-image": "^2.1.12",
Expand Down
44 changes: 0 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ if (process.env.NODE_ENV === 'production') {
Sentry.init({
app,
dsn: 'https://[email protected]/4504038554664960',
integrations: [
Sentry.browserTracingIntegration({ router }),
Sentry.replayIntegration(),
],
integrations: [Sentry.browserTracingIntegration({ router })],
tracesSampleRate: 1.0,
tracePropagationTargets: [
'localhost',
Expand Down

0 comments on commit 4147fcb

Please sign in to comment.