Skip to content

Commit 8cfa6b9

Browse files
committed
release: 23.2.0
1 parent 37250e4 commit 8cfa6b9

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGES

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
23.2.0
2+
------
3+
4+
### Stacktrace Codecov MVP
5+
6+
Related to https://github.com/getsentry/sentry/discussions/42399
7+
8+
By: @snigdhas (#43819, #43667, #43675), @jangjodi (#43746)
9+
10+
### JavaScript SDK Dynamic Loader (ongoing)
11+
12+
By: @AbhiPrasad (#44492, #44346, #44228)
13+
14+
### Various fixes & improvements
15+
16+
- perf(sentry): Add optional referrer to query.search for granularity (#44585) by @k-fish
17+
- bug(replay): Do not render the list page until project data has loaded (#44623) by @ryan953
18+
- fix(ui) Fix navigation between customer-domain accounts (#44625) by @markstory
19+
- feat(codeowners): [BE] Allow project members to edit project owner rules (#44508) by @jangjodi
20+
- ref(heartbeat): Update modal copy (#44658) by @priscilawebdev
21+
- Reverts for INC-307 (#44654) by @beezz
22+
- bump(dynamic-sampling): Bump sentry-relay to 0.8.18 (#44648) by @iambriccardo
23+
- feat(contexts): Add OpenTelemetry context (#44605) by @AbhiPrasad
24+
- fix: Avoid logging a `bad_report` for .NET events (#44291) by @Swatinem
25+
- chore(hybrid-cloud): Api* => Rpc* (#44646) by @corps
26+
- ref(hybrid-cloud): Isolate alert rules functionality by silo (#44644) by @mikejihbe
27+
- fix(api): Don't try and convert_args when http_method_not_allowed (#44635) by @evanpurkhiser
28+
- ref(api): Consistent relative endpoints import (#44640) by @evanpurkhiser
29+
- feat(profile-issues): Add profile category/type to search autocomplete (#44548) by @malwilley
30+
- fix(ui): Bring back Australia timezone (#44634) by @evanpurkhiser
31+
- feat: Deprecate legacy post process forwarder (#44631) by @lynnagara
32+
- fix(api): Remove inclusion of CHECKIN_ID in monitor check-in POST (#44630) by @evanpurkhiser
33+
- fix(source-maps): fixes too many values to unpack error in ArtifactSource (#44624) by @roggenkemper
34+
- ref(rules): Catch environment not existing (#44553) by @ceorourke
35+
- feat(analytics): improve analytics for soure map debugging (#44626) by @scefali
36+
- ref(tabs): Export `Item` as property of `TabList` & `TabPanels` (#44620) by @vuluongj20
37+
- feat(ui): Switch translate tct return type to react element (#44610) by @scttcper
38+
- feat: adds tracking for setup wizard (#44619) by @scefali
39+
- feat(team-roles): Amend PUT on OrganizationMemberDetailsEndpoint (#44599) by @leedongwei
40+
41+
_Plus 637 more_
42+
143
23.1.1
244
------
345

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-01-26
19+
Change Date: 2026-02-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.2.0.dev0
3+
version = 23.2.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)