Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
0.19.0
- Removed
_experiments.auto_enabling_integrations
in favor of just auto_enabling_integrations
which is now enabled by default.
0.18.0
- Breaking change: The
no_proxy
environment variable is now honored when inferring proxy settings from the system. Thanks Xavier Fernandez!
- Added Performance/Tracing support for AWS and GCP functions.
- Fix an issue with Django instrumentation where the SDK modified
resolver_match.callback
and broke user code.
0.17.8
- Fix yet another bug with disjoint traces in Celery.
- Added support for Chalice 1.20. Thanks again to the folks at Cuenca MX!
0.17.7
- Internal: Change data category for transaction envelopes.
- Fix a bug under Celery 4.2+ that may have caused disjoint traces or missing transactions.
0.17.6
- Support for Flask 0.10 (only relaxing verson check)
0.17.5
- Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a
__del__
implementation.
- Add possibility to wrap ASGI application twice in middleware to enable split up of request scope data and exception catching.
0.17.4
- New integration for the Chalice web framework for AWS Lambda. Thanks to the folks at Cuenca MX!
0.17.3
- Fix an issue with the
pure_eval
integration in interaction with trimming where pure_eval
would create a lot of useless local variables that then drown out the useful ones in trimming.
0.17.2
- Fix timezone bugs in GCP integration.
0.17.1
- Fix timezone bugs in AWS Lambda integration.
- Fix crash on GCP integration because of missing parameter
timeout_warning
.