Commit graph

9 commits

Author SHA1 Message Date
adam
22c3434027 py-raven: updated to 6.10.0
6.10.0
[Core] Fixed stackframes in some situations being in inverse order.
[Flask] Fix wrong exception handling logic (accidentally relied on Flask internals).
[Core] No longer send NaN local vars as non-standard JSON.
2019-02-18 11:44:22 +00:00
adam
0171ff0621 py-raven: updated to 6.9.0
6.9.0:
[Core] Switched from culprit to transaction for automatic transaction reporting.
[CI] Removed py3.3 from build
[Django] resolved an issue where the log integration would override the user.
2018-09-06 13:48:37 +00:00
adam
6ecb4bfe18 py-raven: updated to 6.8.0
6.8.0:
[Core] Fixed DSNs without secrets not sending events.
[Core] Added lazy import for pkg_resources
[Core] Added NamedTuple Serializer
[Sanic] Fixed sanic integration dependencies
[Django] Fixed sql hook bug
2018-05-23 21:07:36 +00:00
adam
ec0424fb5c py-raven: updated to 6.7.0
6.7.0:
[Sanic] Added support for sanic.
[Core] Disabled dill logger by default
[Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE environment variables
[Core] DSN secret is now optional
[Core] Added fix for cases with exceptions in repr
[core] Fixed bug with mutating record.data
2018-04-27 07:45:09 +00:00
adam
12629fca2b py-raven: updated to 6.6.0
6.6.0:
[Core] Add trimming to breadcrumbs.
[Core] Improve host message at startup.
[Core] Update pytest to work on other environments
2018-03-05 09:08:22 +00:00
adam
1cf4154d57 py-raven: updated to 6.5.0
6.5.0:
[Core] Fixed missing deprecation on processors.SanitizePasswordsProcessor
[Core] Improve exception handling in Serializer.transform
[Core] Fixed celery.register_logger_signal ignoring subclasses
[Core] Fixed sanitizer skipping byte instances
[Lambda] Fixed AttributeError when requestContext not present
2018-01-24 10:20:32 +00:00
adam
8cf3828436 py-raven: updated to 6.4.0
6.4.0:
[Core] Support for defining sanitized_keys on the client
[Django] Support for Django 2.0 Urlresolver
[Docs] Several fixes and improvements
2017-12-14 13:18:07 +00:00
adam
d41749d5d7 Added ALTERNATIVES 2017-11-26 17:41:21 +00:00
adam
e58f24022d py-raven: added version 6.3.0
Raven is a Python client for Sentry (https://sentry.io/). It provides full
out-of-the-box support for many of the popular frameworks, including Django,
Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible
web application.
2017-11-26 17:40:05 +00:00