mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
New crash report key
This commit is contained in:
parent
b66f7daa28
commit
c5fa699b9e
@ -52,7 +52,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "sync+https://76659dafd45f4e3f8ca0ae7597eac70b:dc0094ac9ae44fe1beacc1e37b2f6041@app.getsentry.com/38482"
|
||||
DSN = "sync+https://cdaf1c3a7ec640da8c23953e89481823:ce0eeebcf27d41c6a232f84579b30f68@app.getsentry.com/38482"
|
||||
if hasattr(sys, "frozen"):
|
||||
cacert = get_resource("cacert.pem")
|
||||
if cacert is not None and os.path.isfile(cacert):
|
||||
|
Loading…
Reference in New Issue
Block a user