mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-12 09:00:57 +00:00
Update sentry key for the RC2
This allow to revoke crash report for old releases
This commit is contained in:
parent
f451ed144e
commit
f4c7212e33
@ -34,7 +34,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "sync+https://50af75d8641d4ea7a4ea6b38c7df6cf9:41d54936f8f14e558066262e2ec8bbeb@app.getsentry.com/38482"
|
DSN = "sync+https://2f1f465755f3482993eec637cae95f4c:f71b4e8ecec54ea48666c09d68790558@app.getsentry.com/38482"
|
||||||
if hasattr(sys, "frozen"):
|
if hasattr(sys, "frozen"):
|
||||||
cacert = os.path.join(os.getcwd(), "cacert.pem")
|
cacert = os.path.join(os.getcwd(), "cacert.pem")
|
||||||
if os.path.isfile(cacert):
|
if os.path.isfile(cacert):
|
||||||
|
Loading…
Reference in New Issue
Block a user