chore: Disable Sentry breadcrumbs

This commit is contained in:
Tom Moor
2020-02-17 08:15:46 -08:00
parent 41fb2826b3
commit c973436870

View File

@@ -92,6 +92,7 @@ if (process.env.SENTRY_DSN) {
Sentry.init({
dsn: process.env.SENTRY_DSN,
environment: process.env.NODE_ENV,
maxBreadcrumbs: 0,
});
app.on('error', (error, ctx) => {