Releases: getsentry/sentry-symfony
Releases · getsentry/sentry-symfony
4.2.9
4.2.8
4.2.7
4.2.6
4.2.5
4.2.4
- Add return typehints to the methods of the
SentryExtension
class to prepare for Symfony 6 (#563) - Fix setting the IP address on the user context when it's not available (#565)
- Fix wrong method existence check in
TracingDriverConnection::errorCode()
(#568) - Fix decoration of the Doctrine DBAL connection when it implemented the
ServerInfoAwareConnection
interface (#567)
4.2.3
4.2.2
4.2.1
4.2.0
- Log the bus name, receiver name and message class name as event tags when using Symfony Messenger (#492)
- Make the transport factory configurable in the bundle's config (#504)
- Add the
sentry_trace_meta()
Twig function to print thesentry-trace
HTML meta tag (#510) - Make the list of commands for which distributed tracing is active configurable (#515)
- Introduce
TracingDriverConnection::getWrappedConnection()
(#536) - Add the
logger
config option to ease setting a PSR-3 logger to debug the SDK (#538) - Bump requirement for DBAL tracing to
^2.13|^3
; simplify the DBAL tracing feature (#527)