Skip to content

Releases: getsentry/sentry-symfony

4.5.0

28 Nov 12:41
04e1f29

Choose a tag to compare

  • Symfony version 3.4 is no longer supported
    • Drop Symfony support below 4.4 (#643)
  • feat: Add support for tracing of Symfony HTTP client requests (#606)
    • feat: Add support for HTTP client baggage propagation (#663)
    • ref: Add proper HTTP client span descriptions (#680)
  • feat: Support logging the impersonator user, if any (#647)
  • ref: Use a constant for the SDK version (#662)

4.4.0

20 Oct 11:33
d45365a

Choose a tag to compare

  • feat: Add support for Dynamic Sampling (#665)

4.3.1

10 Oct 10:09
a0c76b8

Choose a tag to compare

fix: Update span ops (#655)

4.3.0

30 May 12:15
12d0f96

Choose a tag to compare

  • Fix compatibility issue with Symfony >= 6.1.0 (#635)
  • Add TracingDriverConnectionInterface::getNativeConnection() method to get the original driver connection (#597)
  • Add options.http_timeout and options.http_connect_timeout configuration options (#593)

4.2.10

17 May 08:53
d1d2895

Choose a tag to compare

  • Fix compatibility issue with Twig >= 3.4.0 (#628)

4.2.9

02 May 14:29
a31ea51

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

Choose a tag to compare

  • Fix compatibility issue with Doctrine Bundle >= 2.6.0 (#608)

4.2.7

23 Feb 10:22
c231f5c

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

Choose a tag to compare

  • Add support for symfony/cache-contracts package version 3.x (#588)

4.2.5

13 Dec 08:56

Choose a tag to compare

  • Add support for Symfony 6 (#566)
  • Fix fatal errors logged twice on Symfony 3.4 (#570)