Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Fix path to raven's SentryHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Feb 13, 2014
1 parent ae39f5c commit 95abb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def static_paths(paths):
'handlers': {
'sentry': {
'level': 'ERROR',
'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler',
'class': 'raven.contrib.django.handlers.SentryHandler',
},
'mail_admins': {
'level': 'ERROR',
Expand Down

0 comments on commit 95abb34

Please sign in to comment.