Skip to content

5.2.0

Latest
Compare
Choose a tag to compare
@sentry-release-bot sentry-release-bot released this 03 Mar 07:51

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.2.0.

Features

  • Allow to configure the logger via the sentry.yaml configuration file (#899)

    sentry:
      dsn: "%env(SENTRY_DSN)%"
      options:
          logger: "sentry.logger"
    
    services:
      sentry.logger:
        class: 'Sentry\Logger\DebugFileLogger'
        arguments:
            $filePath: '../../var/log/sentry.log'

Bug Fixes

  • Fixed updating the user context when a route is marked as stateless (#910)

Misc

  • Remove symfony/security-core and symfony/security-http as dependencies (#912)