File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 5.5.0
4+
5+ The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.5.0.
6+
7+ ### Features
8+
9+ - Enable auto-instrumentation for the Symfony Cache Component [ (#942 )] ( https://github.com/getsentry/sentry-symfony/pull/942 )
10+ - Add a new config flag to reset breadcrumbs between Symfony messages [ (#946 )] ( https://github.com/getsentry/sentry-symfony/pull/946 )
11+ ``` yaml
12+ sentry :
13+ messenger :
14+ isolate_breadcrumbs_by_message : true
15+ ` ` `
16+ - Allow to pass in callbacks to configure SDK integrations [(#947)](https://github.com/getsentry/sentry-symfony/pull/947)
17+ ` ` ` yaml
18+ services :
19+ App\IntegrationCallback :
20+ factory : ['App\IntegrationCallback', 'factory']
21+
22+ sentry :
23+ options :
24+ integrations : ' App\IntegrationCallback'
25+ ` ` `
26+
327## 5.4.1
428
529The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.4.1.
You can’t perform that action at this time.
0 commit comments