Skip to content

Commit 571d9d1

Browse files
authored
Update symfony-options.mdx to fix typo (#14373)
Fix typo ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+
1 parent b12bbd7 commit 571d9d1

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)