Skip to content

Commit ffb1dd1

Browse files
authored
update sentry DSN (#200)
1 parent e7021db commit ffb1dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotify_dl/scaffold.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
format='%(message)s')
99

1010
log = logging.getLogger('sdl')
11-
sentry_sdk.init("https://7d74a39472c9449dac51eb24bb33bdc3@sentry.io/2383261")
11+
sentry_sdk.init("https://[email protected].sentry.io/2383261")
1212

1313

1414
def check_for_tokens():

0 commit comments

Comments
 (0)