[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:
Mark Hahnenberg 2017-02-15 18:00:43 -08:00
parent dce9743283
commit 5f4e5cbbdf

View file

@ -85,7 +85,6 @@ class ErrorReporter {
Raven.disableConsoleAlerts();
Raven.config(sentryDSN, {
name: this.deviceHash,
autoBreadcrumbs: true,
release: this.getVersion(),
}).install();