Skip to content

Commit 0f6c5be

Browse files
committed
wording and example
1 parent 0e53a38 commit 0f6c5be

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,23 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry Sy
66

77
### Features
88

9-
- Enable auto-instrumentation for Symfony Cache [(#942)](https://github.com/getsentry/sentry-symfony/pull/942)
10-
- Add flag to reset breadcrumbs between messages [(#946)](https://github.com/getsentry/sentry-symfony/pull/946)
11-
- Allow callbacks in integration configuration [(#947)](https://github.com/getsentry/sentry-symfony/pull/947)
9+
- Enable auto-instrumentation for the Symfony Cache [(#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+
```
1226
1327
## 5.4.1
1428

0 commit comments

Comments
 (0)