mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-03 01:44:42 +08:00
[sentry] Don't use breadcrumbs in dev mode
Summary: They obscure the location of our logs in the dev tools. Test Plan: Run locally, verify that logs link to proper place Reviewers: evan, spang, juan Reviewed By: spang, juan Differential Revision: https://phab.nylas.com/D3939
This commit is contained in:
parent
dce9743283
commit
5f4e5cbbdf
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ class ErrorReporter {
|
|||
Raven.disableConsoleAlerts();
|
||||
Raven.config(sentryDSN, {
|
||||
name: this.deviceHash,
|
||||
autoBreadcrumbs: true,
|
||||
release: this.getVersion(),
|
||||
}).install();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue