Skip to content

Commit e1326ea

Browse files
committed
sentry: Update DSN.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent b93955b commit e1326ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main/sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {getConfigItem} from "../common/config-util";
66

77
export const sentryInit = (): void => {
88
Sentry.init({
9-
dsn: "https://[email protected]/204668",
9+
dsn: "https://628dc2f2864243a08ead72e63f94c7b1@o48127.ingest.sentry.io/204668",
1010

1111
// Don't report errors in development or if disabled by the user.
1212
beforeSend: (event) =>

0 commit comments

Comments
 (0)