Skip to content

Commit c21525e

Browse files
author
getsentry-bot
committed
Merge branch 'release/3.0.0a2' into potel-base
2 parents 949c0d7 + 94376a1 commit c21525e

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## 3.0.0a2
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+
323
## 3.0.0a1
424

525
We're excited to announce that version 3.0 of the Sentry Python SDK is now

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 = "3.0.0a1"
36+
release = "3.0.0a2"
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
@@ -1063,4 +1063,4 @@ def _get_default_options():
10631063
del _get_default_options
10641064

10651065

1066-
VERSION = "3.0.0a1"
1066+
VERSION = "3.0.0a2"

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="3.0.0a1",
24+
version="3.0.0a2",
2525
author="Sentry Team and Contributors",
2626
author_email="hello@sentry.io",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)