Skip to content

Commit 2a3cd0e

Browse files
committed
release: 24.10.0
1 parent 20de7d4 commit 2a3cd0e

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

Diff for: CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
24.10.0
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- feat(releases): Split release commit from shared component (#78538) by @scttcper
7+
- chore(alerts): Add info log when sending subscription update data to Seer (#79049) by @ceorourke
8+
- feat(anomaly detection): add preview chart to new alert form (#78238) by @natemoo-re
9+
- feat(issue-stream): Use stacked primary secondary counts designs (#79070) by @MichaelSun48
10+
- feat(alerts): Add new feature flag to enable EAP alerts (#78985) by @edwardgou-sentry
11+
- feat(discover): Update EAP dataset and entity key for discover builders (#78967) by @edwardgou-sentry
12+
- fix: add info to post process TypeErrors for debugging (#79099) by @mjq
13+
- ref(ingest): annotate transaction consumer with spans (#79101) by @mjq
14+
- ref(rr6): Replace many useRouter's with useNavigate's (#78804) by @evanpurkhiser
15+
- chore(feedback): Analytics for error rendering feedback item (#78978) by @c298lee
16+
- feat(explore): Linking to spans in traceview from all tables (#78984) by @Abdkhan14
17+
- fix(eap): Count takes arg (#79066) by @Zylphrex
18+
- feat(quick-start): Add analytics code to the backend to track quick start completion (#79089) by @priscilawebdev
19+
- feat(quick-start): Add new feature flag for the new updates (#79094) by @priscilawebdev
20+
- fix(dashboard): OnDemand widget creation also includes transaction type (#79059) by @narsaynorath
21+
- fix(dashboard): OnDemand extraction for Transaction widgets (#79055) by @narsaynorath
22+
- feat(quick-start): Add analytics code to the frontend to track quick start completion (#79092) by @priscilawebdev
23+
- ref(quick-start): Update 'project to set up' logic to default to the first project (#78460) by @priscilawebdev
24+
- ref(onboarding): Add pnpm to express js install step (#79093) by @priscilawebdev
25+
- feat(dynamic-sampling): add feature flag (#79084) by @constantinius
26+
- fix(loader): Catch errors in `sentryOnLoad` separately (#78993) by @mydea
27+
- ref(feedback): 401 for unauth'd POSTs to projectUserReports (#79069) by @aliu39
28+
- fix(issue-stream): reduce font size of events and user counts (#79028) by @MichaelSun48
29+
- fix(issue-stream): Fix bug where replay divider was shown despite no replays (#79068) by @MichaelSun48
30+
31+
_Plus 1020 more_
32+
133
24.9.0
234
------
335

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.10.0.dev0
3+
version = 24.10.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
@@ -2502,7 +2502,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
25022502
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
25032503
# only referenced in getsentry to provide the stable beacon version
25042504
# updated with scripts/bump-version.sh
2505-
SELF_HOSTED_STABLE_VERSION = "24.9.0"
2505+
SELF_HOSTED_STABLE_VERSION = "24.10.0"
25062506

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

0 commit comments

Comments
 (0)