Skip to content

Commit 60999b0

Browse files
committed
release: 22.11.0
1 parent 818c8f9 commit 60999b0

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGES

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
22.11.0
2+
-------
3+
4+
### Derived code mappings (Internal Release) (ongoing)
5+
6+
This milestones add support for creating Python code mappings automatically for orgs with the Github integration installed.
7+
8+
This milestone initially focuses on Python projects.
9+
10+
Future work described in this RFC: https://github.com/getsentry/rfcs/blob/main/text/0016-auto-code-mappings.md
11+
12+
By: @snigdhas (#41147, #41036, #40882, #40973, #40934, #40881, #40717, #40528, #40465, #40271), @armenzg (#41131, #41067, #40892, #40781, #40764, #40729, #40671, #40461, #40190, #40101), @scttcper (#40593)
13+
14+
### Derived code mappings (EA release - Python only) (ongoing)
15+
16+
This adds the ability of deriving code mappings automatically for all orgs using Python and Github at first.
17+
18+
See RFC for details: https://github.com/getsentry/rfcs/blob/main/text/0016-auto-code-mappings.md
19+
20+
By: @armenzg (#41313, #41199, #41132, #41125, #41083), @snigdhas (#41097, #41038, #41080, #41003, #41000, #40991, #40979)
21+
22+
### Various fixes & improvements
23+
24+
- feat(profiling): Add release to profile payload (#41282) by @Zylphrex
25+
- fix(tests): escape `.` in regex passed to findByText (#41391) by @mdtro
26+
- test(js): Convert DashboardList to RTL (#41375) by @malwilley
27+
- test(js): Convert SentryApplicationDetails to RTL (#41378) by @evanpurkhiser
28+
- feat(profiling): profiling onboarding sidebar (#41322) by @eliashussary
29+
- feat(useStacktraceLink): add hook to fetch stack trace link (#41269) by @JonasBa
30+
- dep(profiling): Bump sentry sdk for updated profiler (#41324) by @Zylphrex
31+
- feat(analytics): Record analytics for first profile sent (#41315) by @Zylphrex
32+
- perf(users-endpoint): Improve users endpoint performance more (#41347) by @Zylphrex
33+
- fix(metrics): Use parameterize instead of for loop in test (#41316) by @iambriccardo
34+
- ref(perf-issues): Add projectoption for enabling individual detector (#41328) by @k-fish
35+
- ref(contexts): Prettify only known contexts - (#41379) by @priscilawebdev
36+
- ci(jest): regenerate jest-balance.json (#41377) by @getsentry-bot
37+
- fix(code-mappings): Always add a trailing backslash for codemappings (#41330) by @snigdhas
38+
- fix(replays): Adjust Replay Details layout(s) dimensions (#41331) by @jesus4497
39+
- test(js): Convert ManageDashboards test to RTL (#41352) by @malwilley
40+
- feat(monitors): Tag error events with monitor id (#41291) by @davidenwang
41+
- ref(access): Dataclass to represent (requires_sso, sso_is_valid) pairs (#41239) by @RyanSkonnord
42+
- test(js): Convert organizationAuthList to RTL (#41309) by @evanpurkhiser
43+
- feat(hybrid-cloud): Add /user-feedback/* Django route (#41326) by @dashed
44+
- test(js): Convert teamKeyTransactionButton to RTL (#41308) by @evanpurkhiser
45+
- Customize pip-compile header (#41334) by @atugushev
46+
- ref: fix typing in sentry.integrations.slack (#41314) by @asottile-sentry
47+
- feat(hybrid-cloud): Add /issues/* Django route (#41333) by @dashed
48+
49+
_Plus 1017 more_
50+
151
22.10.0
252
-------
353

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-10-17
19+
Change Date: 2025-11-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.11.0.dev0
3+
version = 22.11.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)