SentryMetrics: send metrics to sentry asynchronously

This commit is contained in:
Aleix Conchillo Flaqué
2025-06-24 08:42:47 -07:00
parent 7953e1e9d9
commit 1f1da8942d
5 changed files with 59 additions and 9 deletions

View File

@@ -84,6 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an event loop blocking issue when using `SentryMetrics`.
- Fixed an issue in `FastAPIWebsocketClient` to ensure proper disconnection
when the websocket is already closed.