Skip to content

Django middleware to log 400 level errors to Sentry

Notifications You must be signed in to change notification settings

ArtProcessors/django-sentry-400-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Sentry 400 Middleware

Build Status

Django middleware to log 400 level errors to Sentry.

Installation

$ pip install django-sentry-400-middleware
MIDDLEWARE_CLASSES = (
    'django_sentry_400_middleware.Sentry400CatchMiddleware',
)

About

Django middleware to log 400 level errors to Sentry

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages