Skip to content

Commit

Permalink
Disable sentry debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 20, 2023
1 parent d85ef04 commit 5d3af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Sentry.init({
dsn: config.SENTRY_DSN,
release: config.VERSION,

debug: true,
debug: false,
integrations: [
new Sentry.BrowserTracing({
tracePropagationTargets: [
Expand Down

0 comments on commit 5d3af4a

Please sign in to comment.