mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-31 16:36:22 +00:00
Change Sentry DSN key.
This commit is contained in:
parent
e335a552c5
commit
5d6bda7e31
@ -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://d6f2d7fc84e74b05ac017753ef7bfff5@o19455.ingest.sentry.io/842726"
|
dsn: "https://5ef1859eb22d496390bdb4a673120b9d@o19455.ingest.sentry.io/842726"
|
||||||
};
|
};
|
||||||
init(config as BrowserOptions);
|
init(config as BrowserOptions);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user