Skip to content

Commit

Permalink
sentry: tweak console setting ruins stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed Nov 2, 2023
1 parent a5a4505 commit dc11bd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sentry.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ Sentry.init({
// Note: if you want to override the automatic release value, do not set a
// `release` value here - use the environment variable `SENTRY_RELEASE`, so
// that it will also get attached to your source maps

integrations: [
new Sentry.Integrations.Breadcrumbs({
// N.B. Disabled this option because it's garbage and ruins all console.log stack traces.
console: false,
}),
],
});

0 comments on commit dc11bd9

Please sign in to comment.