Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
0.17.2
0.17.1
0.17.0
- Fix a bug where class-based callables used as Django views (without using
Django's regular class-based views) would not havecsrf_exempt
applied. - New integration for Google Cloud Functions.
- Fix a bug where a recently released version of
urllib3
would cause the SDK
to enter an infinite loop on networking and SSL errors. - Breaking change: Remove the
traceparent_v2
option. The option has been
ignored since 0.16.3, just remove it from your code.
0.16.5
0.16.4
0.16.3
- Fix AWS Lambda support for Python 3.8.
- The AWS Lambda integration now captures initialization/import errors for Python 3.
- The AWS Lambda integration now supports an option to warn about functions likely to time out.
- Testing for RQ 1.5
- Flip default of
traceparent_v2
. This change should have zero impact. The flag will be removed in 0.17. - Fix compatibility bug with Django 3.1.
0.16.2
0.16.1
0.16.0
- Redis integration: add tags for more commands
- Redis integration: Patch rediscluster package if installed.
- Session tracking: A session is no longer considered crashed if there has been a fatal log message (only unhandled exceptions count).
- Breaking change: Revamping of the tracing API.
- Breaking change:
before_send
is no longer called for transactions.