From 46789d49e0f784af6933e59a25bc50a04c6c3e85 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Fri, 14 Aug 2015 16:22:20 +1200 Subject: [PATCH] Updated error reporter key --- .../Shared/plugin/core/logger/handlers/error_reporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/logger/handlers/error_reporter.py b/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/logger/handlers/error_reporter.py index 91f57e75c..15df362b6 100644 --- a/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/logger/handlers/error_reporter.py +++ b/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/logger/handlers/error_reporter.py @@ -105,7 +105,7 @@ def _emit(self, record, **kwargs): VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_BASE]) PARAMS = { - 'dsn': 'requests+http://045856ae56e849a3b195fd18f5b63334:86abfed842554f34b78de74968f043ff@sentry.skipthe.net/1', + 'dsn': 'requests+http://5a7d5d5a29f040b2b8dfef34bb07ce2f:4020f8782bed45d7b53e32764635477f@sentry.skipthe.net/1', 'processors': [ 'raven.processors.RemoveStackLocalsProcessor',