Settings API - Custom errors schema table
Custom errors (builtin:rum.web.custom-errors
)
Create rules to capture custom errors and include them in your Apdex calculations or Davis AI problem detection and analysis. For more details, see Configure custom errors.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.web.custom-errors |
| APPLICATION - Web applicationenvironment-default |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
ignoreCustomErrorsInApdexCalculation | Ignore custom errors in Apdex calculations | boolean | This setting overrides Apdex settings for individual rules listed below | required |
errorRules | - | list | - | required |
Request body objects
The CaptureSettings
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
capture | Capture this error | boolean | - | required |
impactApdex | Include error in Apdex calculations | boolean | - | required |
considerForAi | Include error in Davis AI problem detection and analysis | boolean | required |
The CustomErrorRule
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
keyMatcher | Match key | enum | - | required |
keyPattern | Key pattern | text | A case-insensitive key pattern | required |
valueMatcher | Match value | enum | - | required |
valuePattern | Value pattern | text | A case-insensitive value pattern | required |
captureSettings | Capture settings | CaptureSettings | - | required |