Skip to content

Releases: getsentry/sentry-symfony

4.2.0

12 Aug 09:26
Compare
Choose a tag to compare
  • 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 the sentry-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

18 Jun 11:18
Compare
Choose a tag to compare
  • Fix decoration of cache adapters inheriting parent service (#525)
  • Fix extraction of the username of the logged-in user in Symfony 5.3 (#518)

4.1.3

31 May 09:07
Compare
Choose a tag to compare
  • Fix missing require of the symfony/cache-contracts package (#506)

4.1.2

19 May 11:12
Compare
Choose a tag to compare
  • Fix the check of the existence of the CacheItem class while attempting to enable the cache instrumentation (#501)

3.5.4

18 May 10:57
Compare
Choose a tag to compare
  • Fix deprecations triggered by Symfony 5.3 (#490, thanks to @derrabus)
  • CLI commands registration policy changed to lazy load (#373, thanks to @kefzce)
  • Escape release option if it contains a / (#371, thanks to @VincentLanglet)

4.1.1

10 May 08:43
Compare
Choose a tag to compare
  • Fix the conditions to automatically enable the cache instrumentation when possible (#487)
  • Fix deprecations triggered by Symfony 5.3 (#489)
  • Fix fatal error when the SERVER_PROTOCOL header is missing (#495)

4.1.0

19 Apr 10:18
Compare
Choose a tag to compare
  • Avoid failures when the RequestFetcher fails to translate the Request (#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 class Sentry\SentryBundle\EventListener\ConsoleListener (#429)
  • Lower the required version of symfony/psr-http-message-bridge to allow installing it on a project that uses Symfony 3.4.x components only (#480)

4.0.3

03 Mar 20:23
cc73694
Compare
Choose a tag to compare
  • Fix regression from #454 for null value on DSN not disabling Sentry (#457)

4.0.2

03 Mar 13:56
b46eb30
Compare
Choose a tag to compare
  • Add kernel.project_dir to prefixes default value to trim paths to the project root (#434)
  • Fix null, false or empty value not disabling Sentry (#454)

4.0.1

26 Jan 09:32
Compare
Choose a tag to compare
  • Add missing capture-soft-fails option to the XSD schema for the XML config (#417)
  • Fix regression that send PII even when the send_default_pii option is off (#425)
  • Fix capture of console errors when the register_error_listener option is disabled (#427)