Commit Graph

25 Commits

Author SHA1 Message Date
Sven-Hendrik Haase 4934771b3f Fixes #412 and also enable python 3.4 testing with flask 2015-03-30 17:20:04 +02:00
Axel Haustant b8ee887fb6 Store the last event id in g.sentry_event_id if possible 2014-08-09 15:20:32 +02:00
David Cramer 39c65bf8b5 Update interfaces to use protocol 5/aliases 2014-05-20 12:02:18 -07:00
Felipe Prenholato 6486715a12 Use flask request_finished signal to add X-Sentry-ID in flask responses. 2014-04-14 16:47:16 -03:00
David Cramer 38c0d17bd4 Add last_event_id to Sentry app (Flask) 2014-04-14 11:30:59 -07:00
Saulius Menkevičius 997371b6e0 tests/contrib/flask/tests.py: tests for the Flask app.config["RAVEN_IGNORE_EXCEPTIONS"] configuration setting 2013-10-09 17:02:45 +03:00
Xavier Ordoquy 54227fee04 Fixed a regression for Flask Login >= 0.2 2013-06-21 07:34:59 +02:00
David Cramer 3a57e6db4b Move TestCase into raven.utils.testutils 2013-05-17 11:10:37 -07:00
David Cramer a538306ff9 Correct user test 2013-05-06 13:43:48 -07:00
David Cramer 6b8c9ccfc8 Various test cleanup 2013-05-06 13:16:48 -07:00
Jökull Sólberg Auðunsson d9128c9cb0 Added failing test for Flask-Login. My guess is that `current_user` is not set outside the request context. 2013-05-01 09:22:31 +00:00
Xavier Ordoquy 7eaf78a30c Use compat's TestCase 2013-03-28 20:24:14 +01:00
David Cramer 3a72752765 Change culprits to be 'module in function' (fixes GH-235) 2013-01-02 16:45:13 -08:00
Darren Worrall db90cd3885 [Flask] Handle disconnected clients when reading form data
Fixes #184
2012-10-24 11:43:20 +01:00
David Cramer 1e8a124831 Merge pull request #186 from DazWorrall/flask-data
[Flask] Capture request data by default
2012-10-04 15:15:32 -07:00
David Cramer 0852cf5a96 Register sentry namespace in app.extensions (Flask) 2012-10-03 08:39:48 -07:00
Darren Worrall 4a7e9f9569 Capture request data by default
In the captureMessage and captureException methods, as in
handle_exception
2012-10-02 22:02:17 +01:00
David Cramer 8192121da7 Support correctly disabling the Raven client with an empty dsn value 2012-08-06 20:03:26 -07:00
David Cramer e0cbdeb6a9 Update and expand Flask tests 2012-01-24 14:04:02 -08:00
David Cramer 0b0224d06f Change env to split between whitelisted env variables and actual HTTP headers 2011-12-26 14:33:04 -08:00
David Cramer 83386e2e6b Add support for headers to the Http interface in Flask and Django 2011-12-23 23:24:58 -08:00
David Cramer 9048ba6dff Cleanup various event handlers.
- Refactor hash handling to work as expected.
- Data is now flat with everything else.
- Logging record handling is now more implicit and tied to the logging handler.
- Handle HTTP interface in Django.
2011-10-20 22:49:19 -07:00
David Cramer e679434563 Require servers on base Client. 2011-10-11 18:56:28 -07:00
David Cramer 5b8241ad80 Add url test for Flask 2011-10-07 15:29:46 -04:00
David Cramer bdeb153698 Initial working flask app. Fixed some more sentry_client names (throughout the test suite). 2011-10-07 14:33:14 -04:00