Change Sentry DSN key.

This commit is contained in:
grossmj 2020-09-13 00:21:16 +09:30
parent e335a552c5
commit 5d6bda7e31

View File

@ -9,7 +9,7 @@ import * as Sentry from "@sentry/browser";
import { BrowserOptions, init } from '@sentry/browser';
const config = {
dsn: "https://d6f2d7fc84e74b05ac017753ef7bfff5@o19455.ingest.sentry.io/842726"
dsn: "https://5ef1859eb22d496390bdb4a673120b9d@o19455.ingest.sentry.io/842726"
};
init(config as BrowserOptions);