Skip to content

Commit 64c6714

Browse files
committed
release: 22.7.0
1 parent 3d345ab commit 64c6714

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
22.7.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(replays): Refactor MouseTracking component into a react hook (#36710) by @ryan953
7+
- feat(release-activity): backend support for tracking release activity (#36608) by @barkbarkimashark
8+
- feat(grouping): Add support for automatic grouping updates (#36358) by @mitsuhiko
9+
- feat(replays): add session replays endpoints, proxy logic (#36631) by @JoshFerge
10+
- fix(dashboards): Open in Discover missing in Default Dashboard (#36728) by @narsaynorath
11+
- chore(deps): Upgrade @sentry/* JS SDKs from 7.6.0 to 7.7.0 (#36727) by @AbhiPrasad
12+
- fix(mep): Remove the granularity hacks (#36724) by @wmak
13+
- chore(deps): Bump eslint-config-sentry 1.94 -> 1.95 (#36693) by @NisanthanNanthakumar
14+
- fix(test) Allow the connection name to be defined by migration tests (#36712) by @markstory
15+
- fix(perf) Disabled performance settings if denied access (#36675) by @DominikB2014
16+
- fix: Remove potentially unnecessary pip installs (#36649) by @untitaker
17+
- fix: Fix unbound variable if DEVENV_NO_REPORT=1 (#36650) by @untitaker
18+
- test(issue-details): Fix issue details create comment test (#36715) by @Zylphrex
19+
- ref(tags): Refactor the Tags table so the rows are independant of the styled title (#36711) by @ryan953
20+
- fix(ci): include workdir to cache-dependency-path in setup-sentry (#36718) by @joshuarli
21+
- bug(replays): Remove the custom replays navTabs, use core nav which supports with dark-mode (#36709) by @ryan953
22+
- feat(replays): Cleanup unneeded tabs from the Replay Details page (#36706) by @ryan953
23+
- feat(alert): Create metric alerts on project creation (#36582) by @Neo-Zhixing
24+
- fix(devserver): Start both string indexers when metrics are enabled (#36682) by @untitaker
25+
- feat(profiling): Ingest profile call trees (#36268) by @Zylphrex
26+
- ref: replace legacy compat.map with list comprehensions (api) (#36694) by @asottile-sentry
27+
- feat(integrations): Endpoint for SentryFunctions creation page (#36557) by @vpandiarajan20
28+
- tests(mep): Add missing tests for entity subscription helper functions (#36689) by @wedamija
29+
- feat(mep): Add `PerformanceMetricsEntitySubscription` for use with MEP alerts (#36653) by @wedamija
30+
31+
_Plus 760 more_
32+
133
22.6.0
234
------
335

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2025-06-15
19+
Change Date: 2025-07-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BuildJsSdkRegistryCommand,
3333
)
3434

35-
VERSION = "22.7.0.dev0"
35+
VERSION = "22.7.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)