Skip to content

Commit ffc60a7

Browse files
committed
release: 22.5.0
1 parent 11075e2 commit ffc60a7

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.5.0
2+
------
3+
4+
### Replays v0 (ongoing)
5+
6+
By: @billyvg (#34407, #34388)
7+
8+
### Various fixes & improvements
9+
10+
- ref(js): Convert DateTime to a FC (#34628) by @evanpurkhiser
11+
- chore: Update logo for dark or light theme (#34229) by @mattjohnsonpint
12+
- ref(js): Convert U2fContainer to a FC (#34630) by @evanpurkhiser
13+
- ref(js): Convert discover eventsV2 Breadcrumbs to a FC (#34629) by @evanpurkhiser
14+
- ref(js): Convert ProjectPerformanceContainer to a FC (#34624) by @evanpurkhiser
15+
- ref(js): Convert gridEditable/sortLink to a FC (#34615) by @evanpurkhiser
16+
- ref(js): Convert LoadingError to a FC (#34626) by @evanpurkhiser
17+
- ref(js): Convert UnlinkedAlert to a FC (#34632) by @evanpurkhiser
18+
- ref(js): Convert TagDistributionMeter to a FC (#34627) by @evanpurkhiser
19+
- style(js): Small formatting adjustment to projectSettingsLayout (#34625) by @evanpurkhiser
20+
- ref(js): Convert TeamAvatar to a FC (#34623) by @evanpurkhiser
21+
- ref(js): Convert ValueComponent to a FC (#34620) by @evanpurkhiser
22+
- ref(js): Convert BreadcrumbTitle to a FC (#34619) by @evanpurkhiser
23+
- feat(onboarding): Customized cards (#34603) by @Neo-Zhixing
24+
- ref(js): Convert OnboardingWizardSidebar to a FC (#34609) by @evanpurkhiser
25+
- chore(dashboard): Default RH field to crash_free_rate (#34285) by @shruthilayaj
26+
- fix(dashboard): Remove session.status as a filter tag (#34593) by @shruthilayaj
27+
- fix(discover): Fix bug preventing saving queries with equation (#34580) by @wmak
28+
- feat(crash_rate_alerts): Add logic to enforce session -> metric alerts (#34534) by @wedamija
29+
- feat(replays): Better console messages + add string formatting (#34501) by @billyvg
30+
- fix(dev): also patch invalid escape sequences in selenium.* (#34577) by @asottile-sentry
31+
- Revert "fix(notifications): Use `metrics_key` (#34572)" (04f013dd) by @getsentry-bot
32+
- ref(integrations): Update GH and GL feature descriptions (#34578) by @ceorourke
33+
- feat(alertWizard): Show My Projects in project selector in alert wizard (#34583) by @mikellykels
34+
35+
_Plus 732 more_
36+
137
22.4.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-04-15
19+
Change Date: 2025-05-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.5.0.dev0"
35+
VERSION = "22.5.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)