Skip to content

Commit

Permalink
feat(doc): Update health-check inbound filter API documentation (#52008)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduW authored Jul 6, 2023
1 parent 9b36531 commit f9e82e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sentry/apidocs/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ class ProjectParams:
- `legacy-browser`: Filter out known errors from legacy browsers. Older browsers often give less
accurate information, and while they may report valid issues, the context to understand them is
incorrect or missing.
- `filtered-transaction`: Filter out transactions for healthcheck and ping endpoints.
""",
)

Expand All @@ -245,7 +246,7 @@ class ProjectParams:
location="query",
required=False,
type=bool,
description="Toggle the browser-extensions, localhost, or web-crawlers filter on or off.",
description="Toggle the browser-extensions, localhost, web-crawlers, or filtered-transaction filter on or off.",
)

BROWSER_SDK_VERSION = OpenApiParameter(
Expand Down

0 comments on commit f9e82e0

Please sign in to comment.