Skip to content

Releases: getsentry/sentry-python

2.37.1

09 Sep 13:48
cd23041
Compare
Choose a tag to compare

Various fixes & improvements

2.37.0

05 Sep 11:41
75ef769
Compare
Choose a tag to compare

2.36.0

04 Sep 07:56
Compare
Choose a tag to compare

Various fixes & improvements

  • New integration: Unraisable exceptions (#4733) by @alexander-alderman-webb

    Add the unraisable exception integration to your sentry_sdk.init call:

import sentry_sdk
from sentry_sdk.integrations.unraisablehook import UnraisablehookIntegration

sentry_sdk.init(
    dsn="...",
    integrations=[
        UnraisablehookIntegration(),
    ]
)

3.0.0a6

01 Sep 12:49
f01df84
Compare
Choose a tag to compare
3.0.0a6 Pre-release
Pre-release

We're excited to announce that version 3.0 of the Sentry Python SDK is now
available. This release is the result of a long-term effort to use OpenTelemetry
under the hood for tracing. This switch opens the door for us to leverage the
full power of OpenTelemetry, so stay tuned for more integrations and features
in future releases.

Looking to upgrade from Sentry SDK 2.x to 3.x? See the
full list of changes for a comprehensive overview
of what's changed. Looking for a more digestible summary? See the
migration guide in the docs
with the most common migration patterns.

⚠️ This is a pre-release. If you feel like taking it for a spin, we'd be grateful
for your feedback. How was the migration? Is everything working as expected? Is
nothing working as expected? Something in between? Please let us know
on GitHub or
on Discord.

This version also adds an experimental async transport option. It can be enabled by passing transport_async=true in the experiments dict in sentry_sdk.init(). The async transport requires the asyncio integration and the httpcore[asyncio] library.

2.35.2

01 Sep 11:01
814cd59
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(logs): Do not attach template if there are no parameters (#4728) by @sentrivana

2.35.1

26 Aug 08:23
fb4faf6
Compare
Choose a tag to compare

Various fixes & improvements

2.35.0

14 Aug 17:11
5eafb78
Compare
Choose a tag to compare

Various fixes & improvements

3.0.0a5

07 Aug 12:34
Compare
Choose a tag to compare
3.0.0a5 Pre-release
Pre-release

Various fixes & improvements

3.0.0a4

31 Jul 15:02
Compare
Choose a tag to compare
3.0.0a4 Pre-release
Pre-release

Various fixes & improvements

Plus 16 more

2.34.1

30 Jul 11:13
9276f2a
Compare
Choose a tag to compare

Various fixes & improvements