Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
0.14.3
- Attempt to use a monotonic clock to measure span durations in Performance/APM.
- Avoid overwriting explicitly set user data in web framework integrations.
- Allow to pass keyword arguments to
capture_event
instead of configuring the scope. - Feature development for session tracking.
0.14.2
0.14.1
0.14.0
0.13.5
0.13.4
0.13.3
- Fix an issue with the ASGI middleware that would cause Uvicorn to infer the wrong ASGI versions and call the wrapped application with the wrong argument count.
- Do not ignore the
tornado.application
logger. - The Redis integration now instruments Redis blaster for breadcrumbs and transaction spans.
0.13.2
0.13.1
0.13.0
- Remove an old deprecation warning (behavior itself already changed since a long time).
- The AIOHTTP integration now attaches the request body to crash reports. Thanks to Vitali Rebkavets!
- Add an experimental PySpark integration.
- First release to be tested under Python 3.8. No code changes were necessary though, so previous releases also might have worked.