Skip to content

Commit 24229eb

Browse files
committed
Merge remote-tracking branch 'origin/master' into potel-base
2 parents bb32432 + 651e28f commit 24229eb

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

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

3+
## 2.22.0
4+
5+
### Various fixes & improvements
6+
7+
- **New integration:** Add [Statsig](https://statsig.com/) integration (#4022) by @aliu39
8+
9+
For more information, see the documentation for the [StatsigIntegration](https://docs.sentry.io/platforms/python/integrations/statsig/).
10+
11+
- Profiling: Continuous profiling lifecycle (#4017) by @Zylphrex
12+
- Fix: Revert "feat(tracing): Add `propagate_traces` deprecation warning (#3899)" (#4055) by @cmanallen
13+
- Tests: Generate Web 1 group tox entries by toxgen script (#3980) by @sentrivana
14+
- Tests: Generate Web 2 group tox entries by toxgen script (#3981) by @sentrivana
15+
- Tests: Generate Tasks group tox entries by toxgen script (#3976) by @sentrivana
16+
- Tests: Generate AI group tox entries by toxgen script (#3977) by @sentrivana
17+
- Tests: Generate DB group tox entries by toxgen script (#3978) by @sentrivana
18+
- Tests: Generate Misc group tox entries by toxgen script (#3982) by @sentrivana
19+
- Tests: Generate Flags group tox entries by toxgen script (#3974) by @sentrivana
20+
- Tests: Generate gRPC tox entries by toxgen script (#3979) by @sentrivana
21+
- Tests: Remove toxgen cutoff, add statsig (#4048) by @sentrivana
22+
- Tests: Reduce continuous profiling test flakiness (#4052) by @Zylphrex
23+
- Tests: Fix Clickhouse test (#4053) by @sentrivana
24+
- Tests: Fix flaky HTTPS test (#4057) by @Zylphrex
25+
- Update sample rate in DSC (#4018) by @sentrivana
26+
- Move the GraphQL group over to the tox gen script (#3975) by @sentrivana
27+
- Update changelog with `profile_session_sample_rate` (#4046) by @sentrivana
28+
329
## 2.21.0
430

531
### 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.21.0"
36+
release = "2.22.0"
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
@@ -570,4 +570,4 @@ def _get_default_options():
570570
del _get_default_options
571571

572572

573-
VERSION = "2.21.0"
573+
VERSION = "2.22.0"

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.21.0",
24+
version="2.22.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)