Skip to content

Commit c6ff480

Browse files
committed
Escape \
1 parent 37e8d56 commit c6ff480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/php/guides/symfony/configuration/symfony-options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sentry:
3535
release: "5.0.x-dev"
3636
server_name: "localhost"
3737
ignore_exceptions:
38-
- "Symfony\Component\HttpKernel\Exception\BadRequestHttpException"
38+
- "Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException"
3939
ignore_transactions:
4040
- "GET /helath"
4141
before_send: "sentry.callback.before_send"

0 commit comments

Comments
 (0)