packagist sentry/sentry-symfony 5.2.0

latest releases: 5.8.2, 5.8.1, 5.8.0...
9 months ago

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)

Don't miss a new sentry-symfony release

NewReleases is sending notifications on new releases.