Skip to content

Commit 906235e

Browse files
committed
release: 24.7.0
1 parent 328f162 commit 906235e

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

Diff for: CHANGES

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
24.7.0
2+
------
3+
4+
### Hierarchical grouping deprecation (ongoing)
5+
6+
This project will move any projects using the mobile grouping configuration as defined here:
7+
https://github.com/getsentry/sentry/blob/44d816f0b9a9450fdf47136313b3a4b955ceab84/src/sentry/grouping/strategies/configurations.py#L160-L188
8+
9+
By: @armenzg (#74144)
10+
11+
### Various fixes & improvements
12+
13+
- chore(api): Rewrite Org Details docs (#73293) by @isabellaenriquez
14+
- metrics(replay): log rrweb_event_count to slow clicks table (#74277) by @aliu39
15+
- fix(slack): Fix error handling when fetching slack channel information (#74267) by @dashed
16+
- chore(replay): alpha -> beta (#74279) by @michellewzhang
17+
- feat(trace-view): Add UI fallback to old view for STs (#73684) by @k-fish
18+
- chore(similarity): Add killswitches for each feature flag (#74274) by @jangjodi
19+
- feat(prompts): support a visible status for un-hiding components (#74228) by @aliu39
20+
- nit(opsgenie): add config access requirement to error text (#74111) by @mifu67
21+
- ref(similarity): Add killswitch to delete record task (#74212) by @jangjodi
22+
- ref(profiling) battery usage chart (#74273) by @JonasBa
23+
- ref(discover): Use snake case for dataset variable (#74215) by @narsaynorath
24+
- ref(proguard): Deobfuscate view hierarchies as part of symbolication (#74196) by @loewenheim
25+
- feat(profiling) construct profile from continuous chunk (#74171) by @JonasBa
26+
- ref(profiling) store unit on profile chart (#74152) by @JonasBa
27+
- ref(metrics): Update copies (#74270) by @priscilawebdev
28+
- ref(proguard): Remove separate queue (#74269) by @loewenheim
29+
- ref(metrics): Update copies (#74268) by @priscilawebdev
30+
- Revert "ref(proguard): Remove separate queue (#74198)" (a1ab12d0) by @getsentry-bot
31+
- ref(proguard): Remove separate queue (#74198) by @loewenheim
32+
- feat(metrics): numeric span attribute extraction (#74190) by @obostjancic
33+
- feat(metrics): update extraction rule tag description (#74118) by @obostjancic
34+
- fix(minimetrics): skip span attribute attach if there is no span (#74193) by @obostjancic
35+
- feat(auto-import): Enable default vscode auto-import for Sentry BE (#74197) by @MichaelSun48
36+
- fix: fix broken links to Performance docs pages (#74235) by @mjq
37+
38+
_Plus 911 more_
39+
140
24.6.0
241
------
342

Diff for: setup.cfg

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

Diff for: src/sentry/conf/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24702470
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24712471
# only referenced in getsentry to provide the stable beacon version
24722472
# updated with scripts/bump-version.sh
2473-
SELF_HOSTED_STABLE_VERSION = "24.6.0"
2473+
SELF_HOSTED_STABLE_VERSION = "24.7.0"
24742474

24752475
# Whether we should look at X-Forwarded-For header or not
24762476
# when checking REMOTE_ADDR ip addresses

0 commit comments

Comments
 (0)