Skip to content

Commit 77223cb

Browse files
committed
sentry: Switch DSN over to hosted sentry url
Signed-off-by: Kristofer Rye <[email protected]>
1 parent 9c13ebd commit 77223cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/init/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {setVersionInfo, setAppName, setTimezone} from '@frogpond/constants'
22

33
export const SENTRY_DSN =
4-
'https://[email protected]/2'
4+
'https://[email protected]/5637838'
55

66
import {version, name} from '../../package.json'
77

0 commit comments

Comments
 (0)