We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93955b commit e1326eaCopy full SHA for e1326ea
app/main/sentry.ts
@@ -6,7 +6,7 @@ import {getConfigItem} from "../common/config-util";
6
7
export const sentryInit = (): void => {
8
Sentry.init({
9
- dsn: "https://[email protected]/204668",
+ dsn: "https://628dc2f2864243a08ead72e63f94c7b1@o48127.ingest.sentry.io/204668",
10
11
// Don't report errors in development or if disabled by the user.
12
beforeSend: (event) =>
0 commit comments