Skip to content

Commit 22b3c3f

Browse files
committed
release: 22.4.0
1 parent fa7833f commit 22b3c3f

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGES

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
22.4.0
2+
------
3+
4+
### Replays v0 (ongoing)
5+
6+
By: @ryan953 (#33313)
7+
8+
### Various fixes & improvements
9+
10+
- debug(tests): Added some debugging for flakey ado test (#33632) by @AniketDas-Tekky
11+
- ref(rate limits): Tag DD metric w/ rate limit type (#33621) by @ceorourke
12+
- ref(access log): Add Datadog metrics (#33644) by @ceorourke
13+
- ref(reflux): remove index signature (#33407) by @JonasBa
14+
- feat(flamechart): allow rendering the chart on arbitrary x axis (#33577) by @JonasBa
15+
- fix(ui): typo on languages (#33628) by @23RoMax
16+
- fix(ui): Don't show project picker for alert wizard v3 (#33634) by @taylangocmen
17+
- JSON syntax and OpenAPI spec fixes, to silence (some) swagger/openapi codegen errors. (#28396) by @tesueret-msft
18+
- fix(alertStatus): Handle alert details page when no project (#33635) by @mikellykels
19+
- fix(rate limit): Format 429 response correctly (#33629) by @ceorourke
20+
- fix(workflow): Format metric date to number from query params (#33633) by @scttcper
21+
- fix(ui): Add % to crash free sessions tooltip (#33624) by @mikellykels
22+
- feat(replay): Implement the View in Fullscreen button (#33566) by @ryan953
23+
- feat(workflow): Tidy up projects page design (#33608) by @mikellykels
24+
- fix(sudo modal): no longer trying to log superuser access on sudo (#33622) by @maxiuyuan
25+
- feat(perf): Add MEP to transaction summary (#32773) by @k-fish
26+
- feat(dashboards): Update Release Health dataset to use sessions v2 (#33582) by @shruthilayaj
27+
- ref(alerts): Use Badge in team filter (#33596) by @vuluongj20
28+
- feat(onboarding): remove welcome page experiment and use new experience (#33616) by @scefali
29+
- feat(workflow): Add Undo to issue removal toast (#33249) by @mikellykels
30+
- ref(page-filters): All environments -> All env (#33568) by @davidenwang
31+
- ref(perf): Move long-tasks to app-wide (#33614) by @k-fish
32+
- fix(new-widget-builder-experience): Unnecessary dashboard visit requests (#33619) by @narsaynorath
33+
- ref(page-filters): Move issues sort options inside table (#33590) by @vuluongj20
34+
35+
_Plus 771 more_
36+
137
22.3.0
238
------
339

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-03-15
19+
Change Date: 2025-04-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.4.0.dev0"
35+
VERSION = "22.4.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)