Merge pull request #965 from GNS3/Upgrade-Sentry-SDK

Update sentry-error-handler.ts
This commit is contained in:
piotrpekala7 2020-08-26 18:04:45 +02:00 committed by GitHub
commit 97a6d5298e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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