Releases: getsentry/sentry-symfony
Releases · getsentry/sentry-symfony
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)
4.1.4
4.1.3
4.1.2
3.5.4
4.1.1
4.1.0
- Avoid failures when the
RequestFetcher
fails to translate theRequest
(#472) - Add support for distributed tracing of Symfony request events (#423)
- Add support for distributed tracing of Twig template rendering (#430)
- Add support for distributed tracing of SQL queries while using Doctrine DBAL (#426)
- Add support for distributed tracing when running a console command (#455)
- Add support for distributed tracing of cache pools (#477)
- Add the full CLI command string to the extra context (#352)
- Deprecate the
Sentry\SentryBundle\EventListener\ConsoleCommandListener
class in favor of its parent classSentry\SentryBundle\EventListener\ConsoleListener
(#429) - Lower the required version of
symfony/psr-http-message-bridge
to allow installing it on a project that uses Symfony3.4.x
components only (#480)