Skip to content

Commit 9f41dca

Browse files
committed
release: 24.11.2
1 parent e617d9b commit 9f41dca

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
24.11.2
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- fix(dashboards): Abbreviate `LineChartWidget` Y axis integers (#81937) by @gggritso
7+
- Revert "chore(profiling): remove profiling.stack_trace_rules.allowed_project_ids option (#81903)" (d0bea1aa) by @getsentry-bot
8+
- feat(widget-builder): Add limit field to widget builder hook (#81944) by @nikkikapadia
9+
- fix(alerts): Fix EAP alert filter bar to behave more like explore (#81946) by @edwardgou-sentry
10+
- feat(alerts): Renames eap metrics in ui to spans (#81917) by @edwardgou-sentry
11+
- feat(alerts): Limits eap alert time windows and periods (#81916) by @edwardgou-sentry
12+
- chore(insights): Remove bundle analysis UI flag (#81932) by @gggritso
13+
- feat(widget-builder): Batch URL param changes (#81923) by @narsaynorath
14+
- fix(merged): Always show a link for latests event of a merged group (#81947) by @leeandher
15+
- fix(dashboards): Add missing propagated props in `LineChartWidget` (#81935) by @gggritso
16+
- chore(profiling): remove profiling.stack_trace_rules.allowed_project_ids option (#81903) by @viglia
17+
- feat(new-trace): remove prefix related (#81918) by @doralchan
18+
- :mag: nit(integration slo): cleanup tests (#81943) by @iamrajjoshi
19+
- ref(widget-builder): Split out tests (#81949) by @narsaynorath
20+
- fix(trace-view): Web Vitals scores (#81945) by @0Calories
21+
- ref(insights): Simplify `SpanTimeCharts` (#81931) by @gggritso
22+
- fix(oauth): only remove the related tokens (#81677) by @sentaur-athena
23+
- :wrench: chore(integration slo): cleaning up tests and use util method (#81936) by @iamrajjoshi
24+
- feat(issue summary): Change 3-dot menu to dropdown (#81928) by @roaga
25+
- feat(sdk): Upgrade @sentry SDKs to v8.43.0 (#81925) by @aliu39
26+
- Better logging for backpressure (#81648) by @kneeyo1
27+
- feat(dashboards): add success message when favoriting dashboards (#81887) by @harshithadurai
28+
- feat(ui): Add dark app loading theme (#81611) by @scttcper
29+
- ref(dashboards): Export Widget component props (#81924) by @gggritso
30+
31+
_Plus 442 more_
32+
133
24.11.1
234
-------
335

setup.cfg

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

src/sentry/conf/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24932493
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24942494
# only referenced in getsentry to provide the stable beacon version
24952495
# updated with scripts/bump-version.sh
2496-
SELF_HOSTED_STABLE_VERSION = "24.11.1"
2496+
SELF_HOSTED_STABLE_VERSION = "24.11.2"
24972497

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

0 commit comments

Comments
 (0)