Readonlyerror: {Error properties
Optional Readonlybinary_images?: {Description of each binary image (native libraries; for Android: .so files) loaded or referenced by the process/application.
Optional Readonlycategory?: The specific category of the error. It provides a high-level grouping for different types of errors.
Optionalcauses?: {Causes of the error
Optional Readonlycsp?: { disposition?: "enforce" | "report"; [k: string]: unknown }Content Security Violation properties
Optional Readonlydisposition?: "enforce" | "report"In the context of CSP errors, indicates how the violated policy is configured to be treated by the user agent.
Optionalfingerprint?: stringFingerprint used for Error Tracking custom grouping
Optional Readonlyhandling?: "handled" | "unhandled"Whether the error has been handled manually in the source code or not
Optional Readonlyhandling_stack?: stringHandling call stack
Optional Readonlyid?: stringUUID of the error
Optional Readonlyis_crash?: booleanWhether this error crashed the host application
Error message
Optional Readonlymeta?: {Platform-specific metadata of the error event.
Optional Readonlycode_type?: stringThe CPU architecture of the process that crashed.
Optional Readonlyexception_codes?: stringCPU specific information about the exception encoded into 64-bit hexadecimal number preceded by the signal code.
Optional Readonlyexception_type?: stringThe name of the corresponding BSD termination signal. (in case of iOS crash)
Optional Readonlyincident_identifier?: stringA client-generated 16-byte UUID of the incident.
Optional Readonlyparent_process?: stringParent process information.
Optional Readonlypath?: stringThe location of the executable.
Optional Readonlyprocess?: stringThe name of the crashed process.
Optional Readonlyresource?: {Resource properties of the error
Readonlymethod: HTTP method of the resource
Optional Readonlyprovider?: {The provider for this resource
Optional Readonlydomain?: stringThe domain name of the provider
Optional Readonlyname?: stringThe user friendly name of the provider
Optional Readonlytype?: The type of provider
Readonlystatus_code: numberHTTP Status code of the resource
URL of the resource
Readonlysource: Source of the error
Optional Readonlysource_type?: Source type of the error (the language or platform impacting the error stacktrace format)
Optionalstack?: stringStacktrace of the error
Optionalthreads?: {Description of each thread in the process when error happened.
Optional Readonlytime_since_app_start?: numberTime since application start when error happened (in milliseconds)
Optional Readonlytype?: stringThe type of the error
Optional Readonlywas_truncated?: booleanA boolean value saying if any of the stack traces was truncated due to minification.
Optional Readonlyfeature_flags?: { [k: string]: unknown }Feature flags properties
Optional Readonlyfreeze?: { duration: number; [k: string]: unknown }Properties of App Hang and ANR errors
Readonlyduration: numberDuration of the main thread freeze (in ns)
Readonlytype: "error"RUM event type
Readonlyview: { in_foreground?: boolean; [k: string]: unknown }View properties
Optional Readonlyin_foreground?: booleanIs the error starting in the foreground (focus in browser)
Schema of all properties of an Error event