Skip to content

Commit a059f34

Browse files
committed
Updated changelog
1 parent 0cad8b1 commit a059f34

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@
55
### Various fixes & improvements
66

77
- 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
813
- 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
1415
- 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
1519

1620
## 1.36.0
1721

22+
### Various fixes & improvements
1823

1924
- Django: Support Django 5.0 (#2490) by @sentrivana
2025
- Django: Handling ASGI body in the right way. (#2513) by @antonpirker

0 commit comments

Comments
 (0)