Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Nov 24, 2023
1 parent 0cad8b1 commit a059f34
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@
### Various fixes & improvements

- Move installed modules code to utils (#2429) by @sentrivana

Note: We moved the internal function `_get_installed_modules` from `sentry_sdk.integrations.modules` to `sentry_sdk.utils`.
So if you use this function you have to update your imports

- Add code locations for metrics (#2526) by @jan-auer
- Add query source to DB spans (#2521) by @antonpirker
- Bring tests up to date (#2512) by @sentrivana
- Prevent global var from being discarded at shutdown (#2530) by @antonpirker
- feat: Code locations for metrics (#2526) by @jan-auer
- feat: Send to Spotlight sidecar (#2524) by @HazAT
- Fix scope transaction source not being updated in scope.span setter (#2519) by @sl0thentr0py
- Send events to Spotlight sidecar (#2524) by @HazAT
- Run integration tests with newest `pytest` (#2518) by @sentrivana
- Bring tests up to date (#2512) by @sentrivana
- Fix: Prevent global var from being discarded at shutdown (#2530) by @antonpirker
- Fix: Scope transaction source not being updated in scope.span setter (#2519) by @sl0thentr0py

## 1.36.0

### Various fixes & improvements

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

0 comments on commit a059f34

Please sign in to comment.