Skip to content

Commit a0127f9

Browse files
authored
Fix wrong code example in the UPGRADE-4.0.md file (#416)
1 parent 3e23a7b commit a0127f9

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
@@ -66,7 +66,7 @@ using an on-premise installation it requires Sentry version `>= v20.6.0` to work
6666
sentry:
6767
options:
6868
integrations:
69-
- '@Sentry\Integration\IgnoreErrorsIntegration'
69+
- 'Sentry\Integration\IgnoreErrorsIntegration'
7070

7171
services:
7272
Sentry\Integration\IgnoreErrorsIntegration:

0 commit comments

Comments
 (0)