Skip to content

Releases: getsentry/sentry-python

0.19.0

13 Oct 10:33
Compare
Choose a tag to compare
  • Removed _experiments.auto_enabling_integrations in favor of just auto_enabling_integrations which is now enabled by default.

0.18.0

29 Sep 16:04
Compare
Choose a tag to compare
  • 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

23 Sep 15:01
Compare
Choose a tag to compare
  • 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

22 Sep 08:02
Compare
Choose a tag to compare
  • 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

15 Sep 21:05
Compare
Choose a tag to compare
  • Support for Flask 0.10 (only relaxing verson check)

0.17.5

14 Sep 13:11
Compare
Choose a tag to compare
  • 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

09 Sep 20:53
Compare
Choose a tag to compare
  • New integration for the Chalice web framework for AWS Lambda. Thanks to the folks at Cuenca MX!

0.17.3

02 Sep 09:28
Compare
Choose a tag to compare
  • 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

01 Sep 13:16
Compare
Choose a tag to compare
  • Fix timezone bugs in GCP integration.

0.17.1

28 Aug 20:15
Compare
Choose a tag to compare
  • Fix timezone bugs in AWS Lambda integration.
  • Fix crash on GCP integration because of missing parameter timeout_warning.