File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 5.8.1
4+
5+ The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.8.1.
6+
7+ ### Improvements
8+
9+ - Add support for ` before_send_metric ` and ` enable_metrics ` . [ (#981 )] ( https://github.com/getsentry/sentry-symfony/pull/981 )
10+
311## 5.8.0
412
513The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.8.0.
614
715### Features
816
9- - Add support for Sentry metrics. [ #977 ] ( https://github.com/getsentry/sentry-symfony/pull/977 )
17+ - Add support for Sentry metrics. ( [ #977 ] ) (https://github.com/getsentry/sentry-symfony/pull/977 )
1018``` php
1119// Counter metric
1220\Sentry\trace_metrics()->count('test-counter', 10, ['my-attribute' => 'foo']);
You can’t perform that action at this time.
0 commit comments