From ea3660abe30cf8f9de203813e6432e223e8de8fb Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 11 Sep 2021 13:52:48 -0500 Subject: [PATCH] Sentry: disable debug (too noisy) --- app/soapbox/monitoring.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/monitoring.js b/app/soapbox/monitoring.js index c99edaa70..7b339b50b 100644 --- a/app/soapbox/monitoring.js +++ b/app/soapbox/monitoring.js @@ -6,7 +6,7 @@ export function start() { Sentry.init({ dsn: SENTRY_DSN, environment: NODE_ENV, - debug: NODE_ENV === 'development', + debug: false, integrations: [new Integrations.BrowserTracing()], // We recommend adjusting this value in production, or using tracesSampler