1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-14 20:39:17 +00:00

New crash report key

Fix #180
This commit is contained in:
Julien Duponchelle 2015-05-06 09:54:39 +02:00
parent 17b93e6a89
commit 3ba4789ba6

View File

@ -40,7 +40,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "sync+https://22979234ab4749ceabce08e6da4c1476:1432c8c7a43d410b9b5bb33f8e55b2a6@app.getsentry.com/38482"
DSN = "sync+https://45147533567b4d529ca09c093758681f:12d8b456cdb34d23aba771325aa64ee6@app.getsentry.com/38482"
if hasattr(sys, "frozen"):
cacert = os.path.join(os.getcwd(), "cacert.pem")
if os.path.isfile(cacert):