Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# CHANGELOG

## 5.8.1

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

### Improvements

- Add support for `before_send_metric` and `enable_metrics`. [(#981)](https://github.com/getsentry/sentry-symfony/pull/981)

## 5.8.0

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](https://github.com/getsentry/sentry-symfony/pull/977)
- Add support for Sentry metrics. ([#977])(https://github.com/getsentry/sentry-symfony/pull/977)
```php
// Counter metric
\Sentry\trace_metrics()->count('test-counter', 10, ['my-attribute' => 'foo']);
Expand Down
Loading