mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-02 07:20:42 +00:00
Merge pull request #965 from GNS3/Upgrade-Sentry-SDK
Update sentry-error-handler.ts
This commit is contained in:
commit
97a6d5298e
@ -9,7 +9,7 @@ import * as Sentry from "@sentry/browser";
|
|||||||
import { BrowserOptions, init } from '@sentry/browser';
|
import { BrowserOptions, init } from '@sentry/browser';
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
dsn: "https://b2b1cfd9b043491eb6b566fd8acee358@o19455.ingest.sentry.io/842726"
|
dsn: "https://d6f2d7fc84e74b05ac017753ef7bfff5@o19455.ingest.sentry.io/842726"
|
||||||
};
|
};
|
||||||
init(config as BrowserOptions);
|
init(config as BrowserOptions);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user