Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
0.19.2
- Add
traces_sampler
option. - The SDK now attempts to infer a default release from various environment
variables and the current git repo. - Fix a crash with async views in Django 3.1.
- Fix a bug where complex URL patterns in Django would create malformed transaction names.
- Add options for transaction styling in AIOHTTP.
- Add basic attachment support (documentation tbd).
- fix a crash in the
pure_eval
integration. - Integration for creating spans from
boto3
.
0.19.1
0.19.0
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
0.17.7
0.17.6
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.