SentryMetrics: use transactions and call parent methods

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-06 10:41:48 -08:00
parent 428e763814
commit c5d5ca8232
3 changed files with 41 additions and 39 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `SentryMetrics` issue that was preventing any metrics to be sent to
Sentry and also was preventing from metrics frames to be pushed to the pipeline.
- Fixed an issue in `BaseOutputTransport` where incoming audio would not be
resampled to the desired output sample rate.