Skip to content

Commit 7b9564f

Browse files
committed
Escape \
1 parent 37e8d56 commit 7b9564f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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"
@@ -65,7 +65,7 @@ sentry:
6565
capture_silenced_errors: true
6666
max_request_body_size: "medium"
6767
class_serializers:
68-
App\User: "App\Sentry\Serializer\UserSerializer"
68+
App\User: "App\\Sentry\\Serializer\\UserSerializer"
6969

7070
```
7171

0 commit comments

Comments
 (0)