Skip to content

Commit

Permalink
Updated error reporter with new raven key
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Jun 30, 2015
1 parent f3320b3 commit 2defbdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _emit(self, record, **kwargs):
VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_BASE])

PARAMS = {
'dsn': 'requests+http://4fd1993afc834bbfaf9c36fbcc16ac76:ef0033b60dab4e2292598b19b3f161c8@sentry.skipthe.net/1',
'dsn': 'requests+http://430619d715954a0e85c0015144378cac:4b84d7ca4f8c40a0972a4a24d4294c55@sentry.skipthe.net/1',

'processors': [
'raven.processors.RemoveStackLocalsProcessor',
Expand Down

0 comments on commit 2defbdf

Please sign in to comment.