Skip to content

Commit 1b0b603

Browse files
committed
release: 23.4.0
1 parent 73418d5 commit 1b0b603

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

CHANGES

+48
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
23.4.0
2+
------
3+
4+
### Codecov Integration V2
5+
6+
This is the work post-MVP release for the Codecov Integration, with UI and performance improvements and a new CTA.
7+
8+
By: @snigdhas (#46523, #46463, #46460, #46420, #46421, #46416, #46414, #46401, #46294), @scttcper (#46234), @armenzg (#46257)
9+
10+
### JavaScript SDK Dynamic Loader (ongoing)
11+
12+
By: @mydea (#46996, #46995, #46994)
13+
14+
### Escalating Issues V1 (ongoing)
15+
16+
This will allow marking an issue as archived until escalating.
17+
18+
By: @jangjodi (#47333, #46636), @snigdhas (#47129, #47039, #46845), @barkbarkimashark (#47101, #47100, #47094, #47058, #47053), @armenzg (#46517), @scttcper (#46705, #46639), @NisanthanNanthakumar (#46205, #45971)
19+
20+
### Various fixes & improvements
21+
22+
- fix(crons): Pass environment to edit monitor page (#47435) by @davidenwang
23+
- chore(js): Convert PackageLink to a FC (#47299) by @evanpurkhiser
24+
- chore(deps): bump cronstrue from 2.23.0 to 2.26.0 (#47431) by @dependabot
25+
- feat(worflow): Track unmerge issue usage (#47423) by @scttcper
26+
- feat(rulesnooze): Update endpoint to include info about if snooze is for all (#47414) by @roggenkemper
27+
- feat(analytics): Add user feedback info to issue analytics (#47296) by @malwilley
28+
- fix(issue-platform): Fix bug where searching by issue shortname in discover returns too many results (#47406) by @wedamija
29+
- feat(perf-issues): initialize giant http payload detector (#47264) by @DominikB2014
30+
- feat(rulesnooze): Don't notify if rule is snoozed (#47197) by @roggenkemper
31+
- feat(trends): Update the breakpoint endpoint and request shape (#47412) by @udameli
32+
- Document 'download' query parameter (#47247) by @alyssa-glean
33+
- feat(replays): Add replays/:id/clicks/ endpoint for searching for click node and timestamp metadata (#47332) by @cmanallen
34+
- feat(code mapping): Derive code mappings for more distinct issues (#47345) by @lobsterkatie
35+
- chore(profiling): End profiling beta alert (#47249) by @Zylphrex
36+
- feat(profiling): Link from profile summary to transaction summary (#47328) by @Zylphrex
37+
- chore(perf): Remove old feature flag (#47394) by @udameli
38+
- feat(releasehealth): Switch mget to get for Redis Cluster compatibility (#46210) by @ayirr7
39+
- fix(breadcrumbs): Resize breadcrumb rows when expanding object properties (#47369) by @malwilley
40+
- ref(escalating-issues): Add logs and increase freq of cron job (#47403) by @jangjodi
41+
- deps(ui): Upgrade to TypeScript v5 (#47405) by @scttcper
42+
- feat(email): Add X-SMTPAPI category to email headers (#47352) by @mbauer404
43+
- chore(js): Add comment to js-sdk-loader eslint config (#47340) by @evanpurkhiser
44+
- fix(ui): Check type is number when using `>` `<` (#47360) by @scttcper
45+
- feat(hc): Send and receive RPCs over network (#47046) by @RyanSkonnord
46+
47+
_Plus 745 more_
48+
149
23.3.1
250
------
351

LICENSE

+1-1
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: 2026-03-22
19+
Change Date: 2026-04-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 23.4.0.dev0
3+
version = 23.4.0
44
description = A realtime logging and aggregation server.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)