File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1.12.0
4
4
5
- ### Basic OTel support (ongoing)
5
+ ### Basic OTel support
6
+
7
+ This adds support to automatically integrate OpenTelemetry performance tracing with Sentry.
8
+
9
+ See the documentation on how to set it up:
10
+ https://docs.sentry.io/platforms/python/performance/instrumentation/opentelemetry/
11
+
12
+ Give it a try and let us know if you have any feedback or problems with using it.
6
13
7
14
By: @antonpirker (#1772 , #1766 , #1765 )
8
15
9
16
### Various fixes & improvements
10
17
11
18
- Tox Cleanup (#1749 ) by @antonpirker
12
- - fix(ci) : Fix Github action checks (#1780 ) by @Zylphrex
13
- - feat(profiling) : Introduce active thread id on scope (#1764 ) by @Zylphrex
14
- - ref(profiling) : Eagerly hash stack for profiles (#1755 ) by @Zylphrex
15
- - fix(profiling) : Resolve inherited method class names (#1756 ) by @Zylphrex
19
+ - CI : Fix Github action checks (#1780 ) by @Zylphrex
20
+ - Profiling : Introduce active thread id on scope (#1764 ) by @Zylphrex
21
+ - Profiling : Eagerly hash stack for profiles (#1755 ) by @Zylphrex
22
+ - Profiling : Resolve inherited method class names (#1756 ) by @Zylphrex
16
23
17
24
## 1.11.1
18
25
You can’t perform that action at this time.
0 commit comments