From 07425742215d40bf8c6f8b7819fc4de9e11507d3 Mon Sep 17 00:00:00 2001 From: piotrpekala7 <31202938+piotrpekala7@users.noreply.github.com> Date: Wed, 19 Aug 2020 23:57:53 +0200 Subject: [PATCH] Update sentry-error-handler.ts --- src/app/common/error-handlers/sentry-error-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/common/error-handlers/sentry-error-handler.ts b/src/app/common/error-handlers/sentry-error-handler.ts index b4bb3336..f8cbf43a 100644 --- a/src/app/common/error-handlers/sentry-error-handler.ts +++ b/src/app/common/error-handlers/sentry-error-handler.ts @@ -9,7 +9,7 @@ import * as Sentry from "@sentry/browser"; import { BrowserOptions, init } from '@sentry/browser'; const config = { - dsn: "https://b2b1cfd9b043491eb6b566fd8acee358@o19455.ingest.sentry.io/842726" + dsn: "https://d6f2d7fc84e74b05ac017753ef7bfff5@o19455.ingest.sentry.io/842726" }; init(config as BrowserOptions);