raven-python
raven-python copied to clipboard
When I enable debug mode in Flask and add a valid Raven DSN, errors are reported twice to Sentry
This is exactly the same behaviour as decribled in #412, who should be fixed in 4934771b3f0ba69d4882b36389eb3e0b5ab74b43, but it doesn't seems to work.
wrap_wsgi is never set in my code
Raven 6.1.0 Python 2.7.12 Flask 0.10.1
Any idea ? Thanks!
Just randomly came across this issue. Could be that the logging integration is reporting the error separately from the flask integration.