Skip to content

Commit 08d452b

Browse files
committed
release: 22.3.0
1 parent 7ae9b36 commit 08d452b

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.3.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- feat(perf): Add MEP param to other landing requests (#32575) by @k-fish
7+
- feat(devenv): set sentry SDK default off if dsn not provided and relay off (#32569) by @JoshFerge
8+
- ref(dam): Use cols and aggregates (#32441) by @shruthilayaj
9+
- feat(mep): Introduce p100 to the metric query builder (#32570) by @wmak
10+
- feat(mep): Introduce the count_web_vitals functions to metrics (#32507) by @wmak
11+
- ref(sdk): Move back to 5000ms idleTimeout (#32564) by @k-fish
12+
- feat(dashboards): Widget Viewer beta badge and style (#32588) by @edwardgou-sentry
13+
- chore: Add team-web-backend as CODEOWNERS of SDK (#32033) by @sl0thentr0py
14+
- ref(ui): Improve uage of BookmarkStar (#32553) by @evanpurkhiser
15+
- test(js): Convert organizationGroupDetails/action to RTL (#32598) by @evanpurkhiser
16+
- chore(deps): bump pillow from 8.3.2 to 9.0.1 (#32552) by @dependabot
17+
- chore(js): Upgrade babel from 7.15 -> 7.17 (#32016) by @evanpurkhiser
18+
- feat(onboarding): Add onboarding welcome page experiment (#31733) by @scefali
19+
- feat(codeowners): Decode base64 CODEOWNERS contents to utf-8 (#32582) by @NisanthanNanthakumar
20+
- fix(projects): Use subText for project issues table's heading (#32597) by @vuluongj20
21+
- fix(projects): Use subText for project card's score title (#32595) by @vuluongj20
22+
- fix(ui): fixed size of open in issues button (#32573) by @robinrendle
23+
- fix(ui): copy of alert details chart (#32587) by @robinrendle
24+
- ref(ui): Make small UI changes to Button component (#31903) by @vuluongj20
25+
- ref(page-filters): Add `alignDropdown` prop to environment selector (#32461) by @vuluongj20
26+
- fix(tests): Another attempt to reduce flakiness of event frequency tests (#32580) by @wedamija
27+
- fix(dashboards): Don't display edit button in Widget Viewer for prebuilt dashboards (#32567) by @edwardgou-sentry
28+
- fix(design): Fix code css definition (#32589) by @dashed
29+
- fix(discover): Add to Dashboard test from a Discover Query (#32577) by @edwardgou-sentry
30+
31+
_Plus 605 more_
32+
133
22.2.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-02-15
19+
Change Date: 2025-03-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.3.0.dev0"
35+
VERSION = "22.3.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)