The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.10.0.
Features
- Add support for
strict_trace_continuationandorg_idto continue incoming traces only when they belong to the same Sentry organization. (#1002) - Add
ConsoleInputSerializerto capture console command arguments and options viaclass_serializers. (#1007) - Add support for
log_flush_thresholdto flush logs once a configured batch size is reached. (#1012) - Add support for
Sentry\Integration\OTLPIntegration. (#1014) - Add
tracing.dbal.ignore_prepare_spansto suppressdb.sql.preparespans for prepared queries. (#1016) - Isolate runtime context between HTTP requests on persistent workers, and add
messenger.isolate_context_by_messageto prevent scope, logs, and metrics data from leaking across messages. (#997)
Bug fixes
- Remove the deprecated
traceparentheader. (#1005)
Misc
- Bump
sentry-phpversion to4.23.0. (#1012)