Skip to content

Releases: getsentry/sentry-symfony

4.2.10

17 May 08:53
d1d2895
Compare
Choose a tag to compare
  • Fix compatibility issue with Twig >= 3.4.0 (#628)

4.2.9

02 May 14:29
a31ea51
Compare
Choose a tag to compare
  • Fix deprecation notice thrown when instrumenting the PDOStatement::bindParam() method and passing $length = null on DBAL 2.x (#613)

4.2.8

04 Apr 18:00
faa2f43
Compare
Choose a tag to compare
  • Fix compatibility issue with Doctrine Bundle >= 2.6.0 (#608)

4.2.7

23 Feb 10:22
c231f5c
Compare
Choose a tag to compare
  • Fix deprecation notice thrown when instrumenting the PDOStatement::bindParam() method and passing $length = null (#586)

4.2.6

10 Jan 16:18
Compare
Choose a tag to compare
  • Add support for symfony/cache-contracts package version 3.x (#588)

4.2.5

13 Dec 08:56
Compare
Choose a tag to compare
  • Add support for Symfony 6 (#566)
  • Fix fatal errors logged twice on Symfony 3.4 (#570)

4.2.4

20 Oct 18:41
Compare
Choose a tag to compare
  • 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

21 Sep 18:14
Compare
Choose a tag to compare
  • 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

30 Aug 16:36
Compare
Choose a tag to compare
  • Fix missing instrumentation of the Statement::execute() method of Doctrine DBAL (#548)

4.2.1

24 Aug 12:41
Compare
Choose a tag to compare
  • 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)