Projects
Update an Inbound Data Filter
Update various inbound data filters for a project.
put/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/{filter_id}/
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
project_id_or_slugstring required
The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
filter_idstring required
The type of filter toggle to update. The options are:
- browser-extensions - Filter out errors known to be caused by browser extensions.
- localhost - Filter out events coming from localhost. This applies to both IPv4 (127.0.0.1) and IPv6 (::1) addresses.
- filtered-transaction - Filter out transactions for healthcheck and ping endpoints.
- web-crawlers - Filter out known web crawlers. Some crawlers may execute pages in incompatible ways which 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 accurate information, and while they may report valid issues, the context to understand them is incorrect or missing.
Request body
Response
No Content