Use public DSNs for Sentry

pull/2066/head
grossmj 2 years ago
parent 56b5c1d237
commit 653539d2b0

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://8f474628c1e44d0799140ccf05c486b8:f952ab1783d3427188fd81cc37da323c@o19455.ingest.sentry.io/38482"
DSN = "https://8f474628c1e44d0799140ccf05c486b8@o19455.ingest.sentry.io/38482"
_instance = None
def __init__(self):

Loading…
Cancel
Save