Settings API - Exclude/Include browsers from monitoring schema table
Exclude/Include browsers from monitoring (builtin:rum.web.browser-exclusion
)
If you want to exclude certain outdated browser types from your list of monitored browsers, create browser exclusion rules for the browsers that are to be excluded.
Note: Newer browser versions that do not support user-agent strings can only be excluded when your web site runs on HTTPS. This is because Client Hints HTTP request header fields, which are used to exclude user-agent strings, can only be sent over secure connections.
Client Hints require OneAgent version 1.205.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.web.browser-exclusion |
| APPLICATION - Web application |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
browserExclusionList | Browser exclusion list | list | - | required |
browserExclusionInclude | These are the only browsers that should be monitored | boolean | - | required |
Request body objects
The BrowserExclusionListObject
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
browserName | Browser | enum | - | required |
versionComparator | Browser version comparator | enum | - | required |
version | Version | integer | - | required |
platform | Platform | enum | - | required |