Commit Graph

157 Commits

Author SHA1 Message Date
Armin Ronacher 865b3f9ab4 Support exceptions without stacktraces.
This fixes #741
2016-03-07 21:07:14 +01:00
Armin Ronacher f8e34fa59c Changed release to 5.11.0 2016-02-29 19:46:13 +01:00
David Cramer 110344408c Dont implicitly configure log handlers
Because of the way logging propagation works this is complicated to ensure it's intelligent. Let's leave it up to the user to ensure LOGGING is configured appropriately for their application.
2016-02-23 16:21:02 -08:00
Armin Ronacher d6caa99bfd Handle exc_info is True. This fixes #735 2016-02-12 09:48:54 -08:00
Armin Ronacher 360df93052 Added changelog entry 2016-01-27 18:39:40 -08:00
Armin Ronacher a0a29a70d6 Added changelog entry 2016-01-27 15:07:33 -08:00
Armin Ronacher 27cc40e6d5 Remember exceptions that are logged and filter out duplicates.
This fixes #724
2016-01-27 15:03:21 -08:00
David Cramer cf6d9b32e2 Defer client loading in Django log handler (fixes GH-701) 2016-01-21 09:31:50 -08:00
Armin Ronacher 475d379f09 Duck-type check the user object instead of doing an instance check. This fixes #718 2016-01-21 09:31:07 -08:00
Armin Ronacher 54192ad2df Fix non ascii bytes in password sanitization. This fixes #727 2016-01-21 09:26:31 -08:00
Armin Ronacher 73b449d398 Corrected version number in changelog 2016-01-13 22:55:24 +01:00
Armin Ronacher 2526a328f8 Added changelog entry 2016-01-13 22:53:52 +01:00
David Cramer ae5315b257 Changes for 5.9.2 2015-12-17 12:58:43 -08:00
David Cramer bd2d1ec138 Changes for 5.9.1 2015-12-16 16:54:54 -08:00
David Cramer f9060ccf67 initial changes in 5.9.0 2015-12-10 12:07:02 -08:00
David Cramer 5a16f7f012 Convert input DSN values to strings (fixes GH-653) 2015-10-19 15:37:57 -07:00
David Cramer 9ef72b2cfb Changes for 5.8.0 2015-10-19 15:06:32 -07:00
Matt Robenolt dd30f185bb Changes for 5.7.2 2015-09-18 16:00:57 -07:00
David Cramer af2e462621 Changes for 5.7.1 2015-09-16 15:18:40 -07:00
David Cramer b581d07db3 Changes for 5.7.0 2015-09-16 10:45:41 -07:00
David Cramer 94a6d6a873 Note additional changes 2015-08-26 11:52:45 -07:00
David Cramer 6d0d0d5de0 Correct fingerprint behavior 2015-08-26 11:51:06 -07:00
David Cramer 56d8cd4f7e Begin changes for 5.6.0 2015-08-26 11:48:36 -07:00
David Cramer 872b821b71 Changes for 5.5.0 2015-07-22 16:59:48 +02:00
David Cramer 60944c0b48 Changes for 5.4.4 2015-07-13 14:58:16 -07:00
David Cramer d8487802f6 Changes for 5.4.3 2015-07-12 17:00:40 -07:00
David Cramer 5349d3b5b9 Changes for 5.4.2 2015-07-11 09:31:08 -06:00
Matt Robenolt 39dd912382 Fix up Makefile to also clean the build directory 2015-07-08 01:41:11 -06:00
David Cramer 304faee8b1 Remove aiohttp 2015-07-06 18:29:05 -07:00
David Cramer 12bb737707 Refactor DSN and transport configuration
Passing a transport via a scheme prefix is now deprecated in favor of explicit class loading:

>>> Client(dsn, transport=HttpTransport)

Additionally DSN-related configuration is now held in the RemoteConfig helper, which is bound on Client.remote.

Fixes GH-587
2015-05-21 17:25:24 -07:00
David Cramer dc1935af11 Changes for 5.3.1 2015-05-01 13:53:56 -07:00
David Cramer 9771f61f0b Note addition of Python version 2015-04-30 12:57:39 -07:00
David Cramer df03e71360 Note Flask additions 2015-04-30 12:50:19 -07:00
David Cramer 5fc2217791 Expand notes for recent changes 2015-04-30 12:48:30 -07:00
David Cramer 95c704f127 Remove deprecated manual configuration for remotes 2015-03-29 12:00:41 -07:00
David Cramer 1deda056ce Remove Sentry integrated client 2015-03-29 11:37:51 -07:00
David Cramer 1c34a55690 Remove UDP transports 2015-03-29 10:57:14 -07:00
nikolas a615bd60aa fix typo in changelog 2015-03-11 10:54:55 -04:00
Xavier Ordoquy 49a184856a More info in the changes. 2015-02-13 01:59:10 +01:00
David Cramer 8c70417419 Notes about added release options 2015-01-09 16:24:17 -06:00
David Cramer 31746da0cb Bump version to 5.2.0 and note protocol change 2015-01-09 15:12:23 -06:00
David Cramer 9854c2bccf 5.1.0 2014-10-15 10:16:10 +01:00
David Cramer d0fa51b123 4.3.0 2014-05-28 21:52:36 -07:00
Matt Robenolt 5cba9c20ce More notes for 4.2 2014-04-14 22:33:23 -07:00
David Cramer 1899aa6987 Initial notes for 4.2 2014-03-31 21:32:38 -07:00
David Cramer 539afcd604 Correct option ref to verify_ssl 2014-03-31 21:31:20 -07:00
David Cramer f111d43690 4.1.0 2014-03-19 01:46:40 -07:00
David Cramer 650785e670 4.0.0 2013-12-17 01:45:21 -08:00
David Cramer cf4028f94f 3.6.0 2013-12-11 20:03:24 -08:00
David Cramer fcc34abbe0 Support SENTRY_IGNORE_EXCEPTIONS in Django as a solution for the removed skip_sentry behavior 2012-12-26 13:45:27 -08:00