Update an Inbound Data Filter

Go to Product

Update various inbound data filters for a project.

Options

Organization Slug
The slug of the organization the resource belongs to.
Project Slug
The slug of the project the resource belongs to.
Filter Id

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.
Body

Request body which must comply to the following JSON Schema:

{
  "type" : "object",
  "properties" : {
    "active" : {
      "type" : "boolean",
      "description" : "Toggle the browser-extensions, localhost, filtered-transaction, or web-crawlers filter on or off."
    },
    "subfilters" : {
      "type" : "array",
      "description" : "\nSpecifies which legacy browser filters should be active. Anything excluded from the list will be\ndisabled. The options are:\n- `ie_pre_9` - Internet Explorer Version 8 and lower\n- `ie9` - Internet Explorer Version 9\n- `ie10` - Internet Explorer Version 10\n- `ie11` - Internet Explorer Version 11\n- `safari_pre_6` - Safari Version 5 and lower\n- `opera_pre_15` - Opera Version 14 and lower\n- `opera_mini_pre_8` - Opera Mini Version 8 and lower\n- `android_pre_4` - Android Version 3 and lower\n- 'edge_pre_79' - Edge Version 18 and lower (non Chromium based)\n",
      "items" : {
        "type" : "string",
        "description" : "* `ie_pre_9` - ie_pre_9\n* `ie9` - ie9\n* `ie10` - ie10\n* `ie11` - ie11\n* `opera_pre_15` - opera_pre_15\n* `android_pre_4` - android_pre_4\n* `safari_pre_6` - safari_pre_6\n* `opera_mini_pre_8` - opera_mini_pre_8\n* `edge_pre_79` - edge_pre_79",
        "enum" : [ "ie_pre_9", "ie9", "ie10", "ie11", "opera_pre_15", "android_pre_4", "safari_pre_6", "opera_mini_pre_8", "edge_pre_79" ]
      }
    }
  }
}
Result Format
Specify how the response should be mapped to the table output. The following formats are available:
  • Raw Response: Returns the raw response in a single row with the following columns:
    • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.