packagist sentry/sentry-symfony 5.5.0

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

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

Features

  • Enable auto-instrumentation for the Symfony Cache Component (#942)
  • Add a new config flag to reset breadcrumbs between Symfony messages (#946)
sentry:
  messenger:
    isolate_breadcrumbs_by_message: true
  • Allow to pass in callbacks to configure SDK integrations (#947)
services:
    App\IntegrationCallback:
        factory: ['App\IntegrationCallback', 'factory']

sentry:
    options:
        integrations: 'App\IntegrationCallback'

Don't miss a new sentry-symfony release

NewReleases is sending notifications on new releases.