We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\
1 parent 37e8d56 commit 7b9564fCopy full SHA for 7b9564f
docs/platforms/php/guides/symfony/configuration/symfony-options.mdx
@@ -35,7 +35,7 @@ sentry:
35
release: "5.0.x-dev"
36
server_name: "localhost"
37
ignore_exceptions:
38
- - "Symfony\Component\HttpKernel\Exception\BadRequestHttpException"
+ - "Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException"
39
ignore_transactions:
40
- "GET /helath"
41
before_send: "sentry.callback.before_send"
@@ -65,7 +65,7 @@ sentry:
65
capture_silenced_errors: true
66
max_request_body_size: "medium"
67
class_serializers:
68
- App\User: "App\Sentry\Serializer\UserSerializer"
+ App\User: "App\\Sentry\\Serializer\\UserSerializer"
69
70
```
71
0 commit comments