views.py
14.7 KB
-
Add context to exception handler #2236 · 0d109c90
Same context as renderers which include: the view, args, kwargs, and request. This provides enough contextual information to the exception handlers to handle errors better. In a use case like #1671, a custom handler would allow Sentry to log the request properly.
José Padilla committed