packagist sentry/sentry-symfony 5.8.0

latest releases: 5.8.2, 5.8.1
17 days ago

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

Features

  • Add support for Sentry metrics. #977
// Counter metric
\Sentry\trace_metrics()->count('test-counter', 10, ['my-attribute' => 'foo']);

// Gauge metric
\Sentry\trace_metrics()->gauge('test-gauge', 50.0, ['my-attribute' => 'foo'], \Sentry\Unit::millisecond());

// Distribution metric
\Sentry\trace_metrics()->distribution('test-distribution', 20.0, ['my-attribute' => 'foo'], \Sentry\Unit::kilobyte());

Don't miss a new sentry-symfony release

NewReleases is sending notifications on new releases.