Sentry: disable debug (too noisy)

public-report
Alex Gleason 2021-09-11 13:52:48 -05:00
rodzic 45293037a5
commit ea3660abe3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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