Skip to content

Commit 9e45de7

Browse files
authored
Update symfony-options.mdx to fix typo
1 parent 1d9e32d commit 9e45de7

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
@@ -36,7 +36,7 @@ sentry:
3636
ignore_exceptions:
3737
- "Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException"
3838
ignore_transactions:
39-
- "GET /helath"
39+
- "GET /health"
4040
before_send: "sentry.callback.before_send"
4141
before_send_transaction: "sentry.callback.before_send_transaction"
4242
trace_propagation_targets:

0 commit comments

Comments
 (0)