From c973436870d666b52b7e3a52cdb068193ea50925 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 17 Feb 2020 08:15:46 -0800 Subject: [PATCH] chore: Disable Sentry breadcrumbs --- server/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.js b/server/app.js index 114202291..510ecf922 100644 --- a/server/app.js +++ b/server/app.js @@ -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) => {