Skip to content

Commit d47a521

Browse files
authored
Prepare 5.8.1 (#982)
1 parent 92fd79e commit d47a521

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
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

513
The 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']);

0 commit comments

Comments
 (0)