Skip to content

Commit 2770c4c

Browse files
author
getsentry-bot
committed
Merge branch 'release/3.0.0a1' into potel-base
2 parents b39b0f9 + 51f1be0 commit 2770c4c

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

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+
324
## 2.27.0
425

526
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3434
author = "Sentry Team and Contributors"
3535

36-
release = "2.27.0"
36+
release = "3.0.0a1"
3737
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3838

3939

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,4 +985,4 @@ def _get_default_options():
985985
del _get_default_options
986986

987987

988-
VERSION = "2.27.0"
988+
VERSION = "3.0.0a1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="2.27.0",
24+
version="3.0.0a1",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)