Releases: getsentry/sentry-symfony
Releases · getsentry/sentry-symfony
4.2.10
- Fix compatibility issue with Twig >= 3.4.0 (#628)
4.2.9
- Fix deprecation notice thrown when instrumenting the
PDOStatement::bindParam()
method and passing $length = null
on DBAL 2.x
(#613)
4.2.8
- Fix compatibility issue with Doctrine Bundle
>= 2.6.0
(#608)
4.2.7
- Fix deprecation notice thrown when instrumenting the
PDOStatement::bindParam()
method and passing $length = null
(#586)
4.2.6
- Add support for
symfony/cache-contracts
package version 3.x
(#588)
4.2.5
- Add support for Symfony 6 (#566)
- Fix fatal errors logged twice on Symfony
3.4
(#570)
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
- Do not create the
TracingStatement
alias if it already exist (#552)
- Pass the custom logger PSR-3 logger to the
TransportFactory
factory (#555)
- Improve the compatibility layer with Doctrine DBAL to avoid deprecations notices (#553)
4.2.2
- Fix missing instrumentation of the
Statement::execute()
method of Doctrine DBAL (#548)
4.2.1
- Fix return type for
TracingDriver::getDatabase()
method (#541)
- Avoid throwing exception from the
TraceableCacheAdapterTrait::prune()
and TraceableCacheAdapterTrait::reset()
methods when the decorated adapter does not implement the respective interfaces (#543)