Skip to content

Commit aa3ab33

Browse files
committed
release: 22.12.0
1 parent 5f404ff commit aa3ab33

File tree

3 files changed

+72
-2
lines changed

3 files changed

+72
-2
lines changed

CHANGES

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
22.12.0
2+
-------
3+
4+
### Derived Code Mappings (EA release - Python only)
5+
6+
This adds the ability of deriving code mappings automatically for all orgs using Python and Github at first.
7+
8+
See RFC for details: https://github.com/getsentry/rfcs/blob/main/text/0016-auto-code-mappings.md
9+
10+
By: @armenzg (#41562, #41523, #41466, #41464, #41384)
11+
12+
### Derived Code Mappings (GA Release - JS and Python) (ongoing)
13+
14+
Python is in EA already. We will first add JS to EA and then GA both of them.
15+
16+
For JS, this will only apply to stacktraces that have source maps applied, otherwise, it is not possible to derive code mappings.
17+
18+
Read https://github.com/getsentry/rfcs/pull/16 for more details.
19+
20+
By: @armenzg (#42293, #42249, #42155, #42161, #42147, #42130, #42082, #42069, #41777, #41933, #41909, #41794, #41771, #41733, #41706, #41718, #41639, #41671, #41648), @jangjodi (#42192)
21+
22+
### Stacktrace linking and code mapping improvements (ongoing)
23+
24+
Various improvements to configuring Code Mappings by a customer.
25+
26+
This milestones is simply to track the various related PRs.
27+
28+
By: @scttcper (#41582, #41585, #41529, #41512, #41474, #41299, #41403, #41372), @snigdhas (#41465), @armenzg (#41409)
29+
30+
### Post-GA fixes and improvements for derived code mappings (ongoing)
31+
32+
This will track work that are known issues that will be handled after the GA.
33+
34+
See related RFC: https://github.com/getsentry/rfcs/blob/main/text/0016-auto-code-mappings.md
35+
36+
By: @armenzg (#42348, #41857)
37+
38+
### Stacktrace linking: Mobile Support (ongoing)
39+
40+
By: @jangjodi (#42117, #41936)
41+
42+
### Various fixes & improvements
43+
44+
- ref(js): Remove enforceActOnUseLegacyStoreHook hack (#42370) by @evanpurkhiser
45+
- feat(java): Add feature flag for deobfuscating java exception values (#42353) by @edwardgou-sentry
46+
- feat(profiling): add profiling-flamechart-spans flag (#42357) by @eliashussary
47+
- feat(node): fix package for windows path (#42325) by @JonasBa
48+
- feat(profiling): add transaction context (#42347) by @JonasBa
49+
- ref(replays): Move replay-events-meta test into correct folder (#42324) by @ryan953
50+
- Revert "chore(routes): Remove support for deprecated pre-Sentry 10 routes" (#42374) by @dashed
51+
- chore(anr-rate): Add option for abnormal_mechanism extraction flag (#42367) by @shruthilayaj
52+
- chore(hybrid-cloud): test model decorators and fk breakage (#42254) by @corps
53+
- chore(transactions): Set the entity argument to default "false" (#42371) by @olksdr
54+
- ref(contexts): Convert chunck from class to function (#42246) by @priscilawebdev
55+
- feat(txnames): Sort rules in project options (#42372) by @jjbayer
56+
- chore(js): useApi in groupEventDetails (#42355) by @evanpurkhiser
57+
- fix(profiling): remove wasteful rect (#42351) by @JonasBa
58+
- feat(issues): Add frontend typings for issue occurrence data (#42329) by @malwilley
59+
- ref(hybrid-cloud): use organization_slug in MonitorCheckIns (#42356) by @cathyteng17
60+
- ref(replays): Create NetworkHeaderCell for Replay Details (#42240) by @ryan953
61+
- ref(profiling): rm profiling-onboarding-checklist feature flag (#42354) by @eliashussary
62+
- ref(replays): Refactor Replay network table sorting (#42235) by @ryan953
63+
- fix(profiling): fix zoom when frame is in view (#42350) by @JonasBa
64+
- feat(discover-quick-context): Added issue title (#42343) by @Abdkhan14
65+
- chore(hybrid-cloud): use organization_slug in MonitorDetails (#42300) by @cathyteng17
66+
- (perf-issues) add fingerprinting to consecutive db detector (#42339) by @DominikB2014
67+
- frontend(invite): update invite link helper text (#42344) by @mdtro
68+
69+
_Plus 731 more_
70+
171
22.11.0
272
-------
373

LICENSE

Lines changed: 1 addition & 1 deletion
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: 2025-11-15
19+
Change Date: 2025-12-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 22.12.0.dev0
3+
version = 22.12.0
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)