Skip to content

Releases: getsentry/sentry-python

0.7.0

04 Feb 18:20
Compare
Choose a tag to compare
  • Properly display chained exceptions (PEP-3134).
  • Rewrite celery integration to monkeypatch instead of using signals due to
    bugs in Celery 3's signal handling. The Celery scope is also now available in
    prerun and postrun signals.
  • Fix Tornado integration to work with Tornado 6.
  • Do not evaluate Django QuerySet when trying to capture local variables.
    Also an internal hook was added to overwrite repr for local vars.

0.6.9

19 Jan 17:09
Compare
Choose a tag to compare
  • Second attempt at fixing the bug that was supposed to be fixed in 0.6.8.

    No longer access arbitrary sequences in local vars due to possible side effects.

0.6.8

18 Jan 13:18
Compare
Choose a tag to compare
  • No longer access arbitrary sequences in local vars due to possible side effects.

0.6.7

17 Jan 10:37
Compare
Choose a tag to compare
  • Sourcecode Django templates is now displayed in stackframes like Jinja templates in Flask already were.
  • Updates to AWS Lambda integration for changes Amazon did to their Python 3.7 runtime.
  • Fix a bug in the AIOHTTP integration that would report 300s and other HTTP status codes as errors.
  • Fix a bug where a crashing before_send would crash the SDK and app.
  • Fix a bug where cyclic references in e.g. local variables or extra data would crash the SDK.

0.6.6

04 Jan 16:04
Compare
Choose a tag to compare
  • Un-break API of internal Auth object that we use in Sentry itself.

0.6.5

21 Dec 10:52
Compare
Choose a tag to compare
  • Capture WSGI request data eagerly to save memory and avoid issues with uWSGI.

0.6.4

19 Dec 18:04
Compare
Choose a tag to compare
  • Fix bug that would lead to an AssertionError: stack must have at least one layer, at least in testsuites for Flask apps.

0.6.3

19 Dec 14:38
Compare
Choose a tag to compare
  • New integration for Tornado
  • Fix request data in Django, Flask and other WSGI frameworks leaking between events.
  • Fix infinite recursion when sending more events in before_send.

0.6.2

05 Dec 13:45
Compare
Choose a tag to compare
  • Fix crash in AWS Lambda integration when using Zappa. This only silences the error, the underlying bug is still in Zappa.

0.6.1

04 Dec 09:28
Compare
Choose a tag to compare
  • New integration for aiohttp-server.
  • Fix crash when reading hostname in broken WSGI environments.