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.yamlconfiguration 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-coreandsymfony/security-httpas dependencies (#912)