You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## 3.0.0a6
4
+
5
+
We're excited to announce that version 3.0 of the Sentry Python SDK is now
6
+
available. This release is the result of a long-term effort to use OpenTelemetry
7
+
under the hood for tracing. This switch opens the door for us to leverage the
8
+
full power of OpenTelemetry, so stay tuned for more integrations and features
9
+
in future releases.
10
+
11
+
Looking to upgrade from Sentry SDK 2.x to 3.x? See the
12
+
[full list of changes](MIGRATION_GUIDE.md) for a comprehensive overview
13
+
of what's changed. Looking for a more digestible summary? See the
14
+
[migration guide in the docs](https://docs.sentry.io/platforms/python/migration/2.x-to-3.x)
15
+
with the most common migration patterns.
16
+
17
+
⚠️ This is a pre-release. If you feel like taking it for a spin, we'd be grateful
18
+
for your feedback. How was the migration? Is everything working as expected? Is
19
+
*nothing* working as expected? Something in between? Please let us know
20
+
[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
21
+
[on Discord](https://discord.com/invite/Ww9hbqr).
22
+
23
+
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](https://docs.sentry.io/platforms/python/integrations/asyncio/) and the [httpcore[asyncio]](https://pypi.org/project/httpcore/) library.
0 commit comments