Skip to content

Commit e40aded

Browse files
committed
release: 22.9.0
1 parent 3d36f04 commit e40aded

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.9.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- fix(js): Avoid constructing API inside fetchOrganizationDetails (#38859) by @evanpurkhiser
7+
- feat(codeowners): Add assignee dropdown codeowners copy (#38832) by @scttcper
8+
- test(ui): Convert project install tests to RTL (#38866) by @scttcper
9+
- feat(dashboards): widgets use mep setting provider to determine if requests should be metricsEnhanced or not (#38810) by @edwardgou-sentry
10+
- feat(replays): Change replay event tags type and update UI (#38604) by @jesus4497
11+
- ref: Continue typing eventstream (#38858) by @lynnagara
12+
- feat(sidebar): open up broadcasts if #whats-new is the hash (#38838) by @scefali
13+
- Added question tooltip beside processed baseline toggle. (#38875) by @Abdkhan14
14+
- feat(perf-issues): Add analytics event to count num of perf issues on issues stream page (#38876) by @0Calories
15+
- feat(metrics): Add `count_web_vitals` to metrics layer [TET-161] (#38873) by @ahmedetefy
16+
- feat(dashboard): Flip top level query filter flag (#38829) by @narsaynorath
17+
- ref(dashboards): Delete deprecated dashboard tests (#38872) by @edwardgou-sentry
18+
- chore(perf-issues): Add issue creation rate limiter metrics (#38874) by @udameli
19+
- ref(perf-issues): prettify test event JSON (#38871) by @mjq-sentry
20+
- feat(perf_issues): Make `GroupTagKeyValuesEndpoint` work with perf issues (#38865) by @wedamija
21+
- feat(profiling): add links to profiledetails (#38824) by @eliashussary
22+
- fix(perf-issues): N+1 with odd number of potential sources missed (#38862) by @mjq-sentry
23+
- feat(perf_issues): Default `sentry:performance_issue_creation_rate` to 1.0, and gate perf issue creation using `performance-issues-ingest` (#38864) by @wedamija
24+
- feat(perf_issues): Explicitly hide performance issues from search if feature flag is disabled (#38863) by @wedamija
25+
- feat(perf-issues): Add Performance Issues analytics (#38807) by @0Calories
26+
- feat(dashboards): Flip grid layout feature flag (#38827) by @narsaynorath
27+
- feat(metrics): Support rate for derived metric [TET-129 TET-127] (#38792) by @ahmedetefy
28+
- feat(metrics): Register new option [sns-1660] (#38816) by @untitaker
29+
- fix(datascrubbing): Limit sensitiveFields (#38803) by @jjbayer
30+
31+
_Plus 746 more_
32+
133
22.8.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-08-15
19+
Change Date: 2025-09-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.9.0.dev0"
35+
VERSION = "22.9.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)