web: disable CaptureConsoleIntegration

This commit is contained in:
Jens Langhammer
2021-02-27 22:09:10 +01:00
parent b9a9da4ec7
commit a1af93f8be
3 changed files with 0 additions and 42 deletions

View File

@ -3,7 +3,6 @@ import * as Sentry from "@sentry/browser";
import { Integrations } from "@sentry/tracing";
import { VERSION } from "../constants";
import { SentryIgnoredError } from "../common/errors";
import { CaptureConsole as CaptureConsoleIntegration } from "@sentry/integrations";
export class Config {
branding_logo: string;
@ -25,7 +24,6 @@ export class Config {
release: `authentik@${VERSION}`,
integrations: [
new Integrations.BrowserTracing(),
new CaptureConsoleIntegration(),
],
tracesSampleRate: 0.6,
environment: config.error_reporting_environment,