Commit Graph

18 Commits

Author SHA1 Message Date
David Cramer 39c65bf8b5 Update interfaces to use protocol 5/aliases 2014-05-20 12:02:18 -07:00
Matt Robenolt c8222cb6ca Fix mutable kwargs 2014-02-01 18:58:16 -08:00
David Cramer 132960d695 Allow validate_cert to be set with params 2013-12-28 01:11:00 -08:00
Uli Köhler 9b0a6b6df9 Add validate_cert member to tornado AsyncClient, to enable SSL sentry queries to non-validatable servers 2013-12-27 20:07:17 +01:00
David Cramer 750d6cb16b Fix <= syntax 2013-08-28 22:48:53 -07:00
WEI Zhicheng 340adee91c don't send logs from send_error when status_code is 400 ~ 499 2013-08-29 13:26:39 +08:00
Tomas Hanacek bb9530d410 Tornado - send request body instead arguments as data 2013-08-21 14:31:50 +02:00
Bo Zhu 99e73ff7fa make raven works for tornado even after self.flush() or self.finish() is called 2013-06-04 01:24:37 -04:00
David Cramer ffe4e4bd84 Clean up sys.exc_info behavior 2013-05-06 00:57:29 -07:00
David Cramer 374b1e29d9 Remove checksums 2013-04-03 23:21:08 -07:00
Xavier Ordoquy 8bba42b4d5 Use new style exceptions. 2013-03-17 09:11:26 +01:00
Stefano Rivera 1d383c9b56 exc_info isn't supplied when tornado calls write_error 2013-02-14 18:44:08 +02:00
Wen ZHANG 0df3057308 Fix passing extra data to tornado's SentryMixin._capture will cause exception
dict(a, b) is not a correct way to merge two dict
2013-01-07 23:14:32 +08:00
David Cramer e2a56d9a20 Change tornado mixin to use isolated APIs 2012-12-26 13:30:54 -08:00
David Cramer 885b63a52e Remove deprecated behavior and add sentry_secret to header 2012-12-19 20:46:30 -08:00
David Cramer 388a222937 Correct all current lint violations 2012-11-23 13:08:49 -08:00
Sharoon Thomas c065a96456 Fix: Headers must not be passed as keyword arguments, but as headers 2012-06-26 15:39:02 +05:30
Sharoon Thomas 420a97eefc Add support for tornado client
Asynchronously post data to sentry
Collect information from requests
Add async test cases and documentation
2012-06-25 14:09:28 +05:30