Skip to content

Commit

Permalink
specify filtered-transaction parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduW committed Jul 4, 2023
1 parent a83c8b0 commit 9bbf0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/apidocs/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,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 9bbf0e0

Please sign in to comment.