Skip to content

Commit adbbcd8

Browse files
committed
release: 23.7.2
1 parent bb04ef4 commit adbbcd8

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGES

+45
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
23.7.2
2+
------
3+
4+
### Notify on Disabled Integration (ongoing)
5+
6+
https://www.notion.so/sentry/Tech-Spec-Notify-on-Disabled-Integration-Spec-e7ea0f86ccd6419cb3e564067cf4a2ef?pvs=4
7+
8+
By: @chloeho7 (#54001)
9+
10+
### save_event improvements (ongoing)
11+
12+
With the new 2023 grouping config, we started incurring a higher processing cost per saved event.
13+
In order to bring it back under controlled a series of code changes will be perform to improve the understandability of the code and its performance.
14+
15+
By: @armenzg (#53645, #53541)
16+
17+
### Various fixes & improvements
18+
19+
- feat(tracing-without-performance): Returned orphan errors with trace … (#54103) by @Abdkhan14
20+
- feat(profiling): use color pallete on chart (#54101) by @JonasBa
21+
- feat(issue-platform): Add an experimental frame drop issue type (#54028) by @phacops
22+
- feat(backup): Add DateAddedComparator (#54009) by @azaslavsky
23+
- feat(opsgenie): refactor validation (#53996) by @mifu67
24+
- Declare events.save_event_highcpu queue (#54041) by @hubertsentry
25+
- fix(escalating): Add reason to feedback analytic (#54082) by @scttcper
26+
- deps(ui): Update jest dependencies (#54065) by @scttcper
27+
- feat(discord): Add metrics (#54072) by @spalmurray
28+
- fix(starfish): Handle free text search (#54060) by @wmak
29+
- fix(github-comments): update comment copy (#54104) by @cathteng
30+
- fix(most-helpful-event): One event dropdown disabled (#54070) by @17hogeju
31+
- feat(most-helpful-event): Add option in user settings to change default issue event (#54048) by @17hogeju
32+
- ref(metrics-layer): Test the span metric charts too (#54045) by @wmak
33+
- fix(metrics-layer): Incorrect metrics layer tests (#54046) by @wmak
34+
- fix(notification-actions): allow org and team admins to modify (#53797) by @cathteng
35+
- ref(starfish): Show 3 significant digits for queries per minute try 2 (#54100) by @AbhiPrasad
36+
- ref(hc): Mark silo stable tests stable (#54074) by @mrduncan
37+
- feat(profiling): add react native onboarding wizard (#54096) by @JonasBa
38+
- fix(mypy): fix mypy errors for src/sentry/api/serializers/models (part 1) (#53905) by @hubertsentry
39+
- Revert "ref(starfish): Show 3 significant digits for queries per minute (#54033)" (dd75a2cb) by @getsentry-bot
40+
- ref(starfish): Show 3 significant digits for queries per minute (#54033) by @AbhiPrasad
41+
- chore(grouping): Kill grouping levels endpoints (#54073) by @lobsterkatie
42+
- xfail flakey test (#54081) by @JoshFerge
43+
44+
_Plus 400 more_
45+
146
23.7.1
247
------
348

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-07-25
19+
Change Date: 2026-08-03
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.8.0.dev0
3+
version = 23.7.2
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)