Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
0.9.3
0.9.2
0.9.1
- Fix a bug on Python 3.7 where gunicorn with gevent would cause the SDK to
leak event data between requests. - Fix a bug where the GNU backtrace integration would not parse certain frames.
- Fix a bug where the SDK would not pick up request bodies for Django Rest
Framework based apps. - Remove a few more headers containing sensitive data per default.
- Various improvements to type hints. Thanks Ran Benita!
- Add a event hint to access the log record from
before_send
. - Fix a bug that would ignore
__tracebackhide__
. Thanks Matt Millican! - Fix distribution information for mypy support (add
py.typed
file). Thanks
Ran Benita!
0.9.0
0.8.1
0.8.0
- Add the always_run option in excepthook integration.
- Fix performance issues when attaching large data to events. This is not
really intended to be a breaking change, but this release does include a
rewrite of a larger chunk of code, therefore the minor version bump.
0.7.14
0.7.13
0.7.12
0.7.11
- Fix a bug that would send
errno
in an invalid format to the server. - Fix import-time crash when running Python with
-O
flag. - Fix a bug that would prevent the logging integration from attaching
extra
keys calleddata
. - Fix order in which exception chains are reported to match Raven behavior.
- New integration for the Falcon web framework. Thanks to Jacob Magnusson!