unify get_messages_for_logging()

Some implementations were returing a list and some were returning a JSON
string. They should all return a list and the user would decide if it wants to
transform that into JSON.
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-26 16:20:38 -07:00
parent 3e79ef4118
commit cd3563bb16
13 changed files with 33 additions and 30 deletions

View File

@@ -96,6 +96,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed some `get_messages_for_logging()` that were returning a JSON string
instead of a list.
- Fixed a `DailyTransport` issue that prevented DTMF tones from being sent.
- Fixed a missing import in `SentryMetrics`.