Skip to content
Merged
Changes from 1 commit
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: 10 additions & 0 deletions CHANGELOG.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add short snippets on how to use each new feature.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't add an example for caching since it's enabled by default

Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 5.5.0

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

### Features

- Enable auto-instrumentation for Symfony Cache [(#942)](https://github.com/getsentry/sentry-symfony/pull/942)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enable auto-instrumentation for Symfony Cache [(#942)](https://github.com/getsentry/sentry-symfony/pull/942)
- Enable auto-instrumentation for the Symfony Cache [(#942)](https://github.com/getsentry/sentry-symfony/pull/942)

- Add flag to reset breadcrumbs between messages [(#946)](https://github.com/getsentry/sentry-symfony/pull/946)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add flag to reset breadcrumbs between messages [(#946)](https://github.com/getsentry/sentry-symfony/pull/946)
- Add a new config flag to reset breadcrumbs between Symfony messages [(#946)](https://github.com/getsentry/sentry-symfony/pull/946)

- Allow callbacks in integration configuration [(#947)](https://github.com/getsentry/sentry-symfony/pull/947)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Allow callbacks in integration configuration [(#947)](https://github.com/getsentry/sentry-symfony/pull/947)
- Allow to pass in callbacks to configure SDK integrations [(#947)](https://github.com/getsentry/sentry-symfony/pull/947)


## 5.4.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.4.1.
Expand Down
Loading