Skip to content

Commit 94bf1b8

Browse files
committed
release: 24.1.0
1 parent 7884c8f commit 94bf1b8

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.1.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- feat(ddm-onboarding): Add dotnet instructions (#63194) by @ArthurKnaus
7+
- fix(hybridcloud) Add org slug route for prompts-activity (#63122) by @markstory
8+
- Fix typo in symx metrics (#63201) by @Swatinem
9+
- chore(app-start): Add screen total referrer (#63192) by @narsaynorath
10+
- ref(metrics_extraction): Metric spec versioning preparation (#63114) by @armenzg
11+
- feat(ds): Only show Get Samples if org is dynamically sampled (#63193) by @matejminar
12+
- feat(ddm-onboarding): Add js server instructions (#63189) by @ArthurKnaus
13+
- chore(ddm): remove addWidgets functionality (#63188) by @obostjancic
14+
- feat(ddm): new query default (#63187) by @obostjancic
15+
- feat(ddm-onboarding): Add electron instructions (#63186) by @ArthurKnaus
16+
- ref(ddm): Disable DDM via env var (#63178) by @jan-auer
17+
- profiling(ref): specify int type for profiling.flamegraph.profile-set.size option (#63175) by @viglia
18+
- feat(ddm): Move settings out of metrics selector (#63104) by @matejminar
19+
- fix(flutter-web): hide unactionable missing source context errors (#62998) by @buenaflor
20+
- ref(profiling): add option to handle the size of the profiles set to compute the flamegraph (#63112) by @viglia
21+
- fix(self-hosted): Superuser can set options in self-hosted (#63068) by @hubertdeng123
22+
- feat(partnerships): adding org slug to agreement component (#63156) by @sentaur-athena
23+
- feat: apitoken last characters option (#62972) by @mdtro
24+
- fix: remove lodash/find usages (#63150) by @anonrig
25+
- fix(performance): simplify `extractSpanURLString` method (#63153) by @anonrig
26+
- ref(escalating issues): Remove backend feature flag references (#63036) by @ceorourke
27+
- fix: remove lodash/flatmap usages (#63149) by @anonrig
28+
- fix(events): remove lodash/assign usage (#63148) by @anonrig
29+
- fix(webVitals): remove lodash/toUpper usage (#63146) by @anonrig
30+
31+
_Plus 677 more_
32+
133
23.12.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.1.0.dev0
3+
version = 24.1.0
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
@@ -3026,7 +3026,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30263026
SENTRY_SELF_HOSTED = True
30273027
# only referenced in getsentry to provide the stable beacon version
30283028
# updated with scripts/bump-version.sh
3029-
SELF_HOSTED_STABLE_VERSION = "23.12.1"
3029+
SELF_HOSTED_STABLE_VERSION = "24.1.0"
30303030

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

0 commit comments

Comments
 (0)