|
@@ -237,6 +237,7 @@ ways which then cause errors that are unlikely to be seen by a normal user.
|
|
- `legacy-browser`: Filter out known errors from legacy browsers. Older browsers often give less
|
|
- `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
|
|
accurate information, and while they may report valid issues, the context to understand them is
|
|
incorrect or missing.
|
|
incorrect or missing.
|
|
|
|
+- `filtered-transaction`: Filter out transactions for healthcheck and ping endpoints.
|
|
""",
|
|
""",
|
|
)
|
|
)
|
|
|
|
|
|
@@ -245,7 +246,7 @@ incorrect or missing.
|
|
location="query",
|
|
location="query",
|
|
required=False,
|
|
required=False,
|
|
type=bool,
|
|
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(
|
|
BROWSER_SDK_VERSION = OpenApiParameter(
|