mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Update crash report key
This commit is contained in:
parent
668cc3f0a5
commit
a1bc815f63
@ -51,7 +51,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "sync+https://9e6f04df72c74b6894a6dcd2928d069e:2035d1beb1654136b170f1e91f05ee51@app.getsentry.com/38482"
|
DSN = "sync+https://1d821222775c4cf3a66ee462e22780df:4f95f621d9b54d6a8afe0d92ed076969@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