mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-28 16:58:50 +00:00
Change Sentry DSN key
This commit is contained in:
parent
e4d1ef7cf7
commit
dce29bb45d
@ -9,7 +9,7 @@ import * as Sentry from "@sentry/browser";
|
||||
import { BrowserOptions, init } from '@sentry/browser';
|
||||
|
||||
const config = {
|
||||
dsn: "https://5ef1859eb22d496390bdb4a673120b9d@o19455.ingest.sentry.io/842726"
|
||||
dsn: "https://d8be3a98530f49eb90968ff396db326c@o19455.ingest.sentry.io/842726"
|
||||
};
|
||||
init(config as BrowserOptions);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user