Skip to content

Commit

Permalink
Merge pull request City-of-Helsinki#335 from City-of-Helsinki/fix/rem…
Browse files Browse the repository at this point in the history
…ove-old-sentry-sdk-remnants

Remove remnants of the old sentry SDK
  • Loading branch information
Rikuoja authored Sep 18, 2019
2 parents 31cebc0 + d3e4646 commit a123d22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kerrokantasi/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ def get_git_revision_hash():
'django_filters',
]

if env('SENTRY_DSN'):
INSTALLED_APPS.append('raven.contrib.django.raven_compat')

MIDDLEWARE_CLASSES = [
'django.contrib.sessions.middleware.SessionMiddleware',
'corsheaders.middleware.CorsMiddleware',
Expand Down

0 comments on commit a123d22

Please sign in to comment.