File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.2.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Add tags + data passing functionality to @ai_track (#3071) by @colin-sentry
8
+ - feat: Add `last_event_id` to top-level api (#3064) by @szokeasaurusrex
9
+ - feat(scope): Add last_event_id to Scope (#3064) by @szokeasaurusrex
10
+ - fix(tracing): Only propagate headers from spans within transactions (#3070) by @szokeasaurusrex
11
+ - feat(celery): Set "messaging.system" on span (#3024) by @szokeasaurusrex
12
+ - feat(celery): Set task ID on span (#3015) by @szokeasaurusrex
13
+ - feat: Send Celery retry count (#2971) by @szokeasaurusrex
14
+ - feat(celery): Send queue name to Sentry (#2984) by @szokeasaurusrex
15
+ - ref(metrics): Improve type hints for set metrics (#3048) by @elramen
16
+ - feat(ai-monitoring): Cohere integration (#3055) by @colin-sentry
17
+ - ref(scope): Fix `get_client` typing (#3063) by @szokeasaurusrex
18
+ - Auto-enable Anthropic integration + gate imports (#3054) by @colin-sentry
19
+ - Made MeasurementValue.unit NotRequired (#3051) by @antonpirker
20
+
3
21
## 2.1.1
4
22
5
23
- Fix trace propagation in Celery tasks started by Celery Beat. (#3047) by @antonpirker
Original file line number Diff line number Diff line change 28
28
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
29
29
author = "Sentry Team and Contributors"
30
30
31
- release = "2.1.1 "
31
+ release = "2.2.0 "
32
32
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
33
33
34
34
Original file line number Diff line number Diff line change @@ -488,4 +488,4 @@ def _get_default_options():
488
488
del _get_default_options
489
489
490
490
491
- VERSION = "2.1.1 "
491
+ VERSION = "2.2.0 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.1.1 " ,
24
+ version = "2.2.0 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments