Skip to content

Commit

Permalink
Merge branch 'release/2.22.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 17, 2025
2 parents 6a1b7d4 + 1fcd364 commit 3e4e519
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2.22.0

### Various fixes & improvements

- **New integration:** Add [Statsig](https://statsig.com/) integration (#4022) by @aliu39

For more information, see the documentation for the [TyperIntegration](https://docs.sentry.io/platforms/python/integrations/statsig/).

- Profiling: Continuous profiling lifecycle (#4017) by @Zylphrex
- Fix: Revert "feat(tracing): Add `propagate_traces` deprecation warning (#3899)" (#4055) by @cmanallen
- Tests: Generate Web 1 group tox entries by toxgen script (#3980) by @sentrivana
- Tests: Generate Web 2 group tox entries by toxgen script (#3981) by @sentrivana
- Tests: Generate Tasks group tox entries by toxgen script (#3976) by @sentrivana
- Tests: Generate AI group tox entries by toxgen script (#3977) by @sentrivana
- Tests: Generate DB group tox entries by toxgen script (#3978) by @sentrivana
- Tests: Generate Misc group tox entries by toxgen script (#3982) by @sentrivana
- Tests: Generate Flags group tox entries by toxgen script (#3974) by @sentrivana
- Tests: Generate gRPC tox entries by toxgen script (#3979) by @sentrivana
- Tests: Remove toxgen cutoff, add statsig (#4048) by @sentrivana
- Tests: Reduce continuous profiling test flakiness (#4052) by @Zylphrex
- Tests: Fix Clickhouse test (#4053) by @sentrivana
- Tests: Fix flaky HTTPS test (#4057) by @Zylphrex
- Update sample rate in DSC (#4018) by @sentrivana
- Move the GraphQL group over to the tox gen script (#3975) by @sentrivana
- Update changelog with `profile_session_sample_rate` (#4046) by @sentrivana

## 2.21.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "2.21.0"
release = "2.22.0"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,4 +584,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.21.0"
VERSION = "2.22.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="2.21.0",
version="2.22.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 3e4e519

Please sign in to comment.