Skip to content

rafal-jaworski/django-sentry-400-middleware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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

  • Python 100.0%