File tree 4 files changed +24
-3
lines changed
4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.0a1
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.gg/wdNEHETs87).
22
+
23
+
3
24
## 2.27.0
4
25
5
26
### Various fixes & improvements
Original file line number Diff line number Diff line change 33
33
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
34
34
author = "Sentry Team and Contributors"
35
35
36
- release = "2.27.0 "
36
+ release = "3.0.0a1 "
37
37
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
38
38
39
39
Original file line number Diff line number Diff line change @@ -985,4 +985,4 @@ def _get_default_options():
985
985
del _get_default_options
986
986
987
987
988
- VERSION = "2.27.0 "
988
+ VERSION = "3.0.0a1 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.27.0 " ,
24
+ version = "3.0.0a1 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments