Skip to content

Commit cf2e1a4

Browse files
Fix wrong before_breadcrumb example in UPGRADE-4.0.md file (#448)
1 parent a4b5fb3 commit cf2e1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ using an on-premise installation it requires Sentry version `>= v20.6.0` to work
140140
```yaml
141141
sentry:
142142
options:
143-
before_send: 'app.sentry.before_breadcrumb'
143+
before_breadcrumb: 'app.sentry.before_breadcrumb'
144144
```
145145

146146
- Changed the type of the `sentry.options.class_serializers` configuration option from an array of `scalar` values to an array of `string` values. The value must always be the name of the container service to call without the `@` prefix.

0 commit comments

Comments
 (0)