Readonly
error: {Error properties
Optional
Readonly
binary_images?: {Description of each binary image (native libraries; for Android: .so files) loaded or referenced by the process/application.
Optional
Readonly
category?: The specific category of the error. It provides a high-level grouping for different types of errors.
Optional
causes?: {Causes of the error
Optional
Readonly
csp?: { disposition?: "enforce" | "report"; [k: string]: unknown }Content Security Violation properties
Optional
Readonly
disposition?: "enforce" | "report"In the context of CSP errors, indicates how the violated policy is configured to be treated by the user agent.
Optional
fingerprint?: stringFingerprint used for Error Tracking custom grouping
Optional
Readonly
handling?: "handled" | "unhandled"Whether the error has been handled manually in the source code or not
Optional
Readonly
handling_stack?: stringHandling call stack
Optional
Readonly
id?: stringUUID of the error
Optional
Readonly
is_crash?: booleanWhether this error crashed the host application
Error message
Optional
Readonly
meta?: {Platform-specific metadata of the error event.
Optional
Readonly
code_type?: stringThe CPU architecture of the process that crashed.
Optional
Readonly
exception_codes?: stringCPU specific information about the exception encoded into 64-bit hexadecimal number preceded by the signal code.
Optional
Readonly
exception_type?: stringThe name of the corresponding BSD termination signal. (in case of iOS crash)
Optional
Readonly
incident_identifier?: stringA client-generated 16-byte UUID of the incident.
Optional
Readonly
parent_process?: stringParent process information.
Optional
Readonly
path?: stringThe location of the executable.
Optional
Readonly
process?: stringThe name of the crashed process.
Optional
Readonly
resource?: {Resource properties of the error
Readonly
method: HTTP method of the resource
Optional
Readonly
provider?: {The provider for this resource
Optional
Readonly
domain?: stringThe domain name of the provider
Optional
Readonly
name?: stringThe user friendly name of the provider
Optional
Readonly
type?: The type of provider
Readonly
status_code: numberHTTP Status code of the resource
URL of the resource
Readonly
source: Source of the error
Optional
Readonly
source_type?: Source type of the error (the language or platform impacting the error stacktrace format)
Optional
stack?: stringStacktrace of the error
Optional
threads?: {Description of each thread in the process when error happened.
Optional
Readonly
time_since_app_start?: numberTime since application start when error happened (in milliseconds)
Optional
Readonly
type?: stringThe type of the error
Optional
Readonly
was_truncated?: booleanA boolean value saying if any of the stack traces was truncated due to minification.
Optional
Readonly
feature_flags?: { [k: string]: unknown }Feature flags properties
Optional
Readonly
freeze?: { duration: number; [k: string]: unknown }Properties of App Hang and ANR errors
Readonly
duration: numberDuration of the main thread freeze (in ns)
Readonly
type: "error"RUM event type
Optional
Readonly
view?: { in_foreground?: boolean; [k: string]: unknown }View properties
Optional
Readonly
in_foreground?: booleanIs the error starting in the foreground (focus in browser)
Schema of all properties of an Error event