Skip to content

Commit 566fa53

Browse files
rodnaphJean85
authored andcommitted
docs fix - slashes don't need to be escaped in capture classes (#125)
1 parent a835577 commit 566fa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following options can be configured via ``app/config/config.yml``.
8686
```yaml
8787
sentry:
8888
skip_capture:
89-
- "Symfony\\Component\\HttpKernel\\Exception\\HttpExceptionInterface"
89+
- "Symfony\Component\HttpKernel\Exception\HttpExceptionInterface"
9090
```
9191
9292
### Listeners' priority

0 commit comments

Comments
 (0)