From 653539d2b06153d71f9398a3743cf1e839ef6ec7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 20 Apr 2022 18:41:18 +0700 Subject: [PATCH] Use public DSNs for Sentry --- gns3server/crash_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index cec6c757..029146b2 100644 --- a/gns3server/crash_report.py +++ b/gns3server/crash_report.py @@ -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):