File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 5
5
### Various fixes & improvements
6
6
7
7
- Move installed modules code to utils (#2429) by @sentrivana
8
+
9
+ Note: We moved the internal function `_get_installed_modules` from `sentry_sdk.integrations.modules` to `sentry_sdk.utils`.
10
+ So if you use this function you have to update your imports
11
+
12
+ - Add code locations for metrics (#2526) by @jan-auer
8
13
- Add query source to DB spans (#2521) by @antonpirker
9
- - Bring tests up to date (#2512) by @sentrivana
10
- - Prevent global var from being discarded at shutdown (#2530) by @antonpirker
11
- - feat: Code locations for metrics (#2526) by @jan-auer
12
- - feat: Send to Spotlight sidecar (#2524) by @HazAT
13
- - Fix scope transaction source not being updated in scope.span setter (#2519) by @sl0thentr0py
14
+ - Send events to Spotlight sidecar (#2524) by @HazAT
14
15
- Run integration tests with newest `pytest` (#2518) by @sentrivana
16
+ - Bring tests up to date (#2512) by @sentrivana
17
+ - Fix: Prevent global var from being discarded at shutdown (#2530) by @antonpirker
18
+ - Fix: Scope transaction source not being updated in scope.span setter (#2519) by @sl0thentr0py
15
19
16
20
## 1.36.0
17
21
22
+ ### Various fixes & improvements
18
23
19
24
- Django: Support Django 5.0 (#2490) by @sentrivana
20
25
- Django: Handling ASGI body in the right way. (#2513) by @antonpirker
You can’t perform that action at this time.
0 commit comments