Skip to main content

RumCrashGroup

crash_idstring

Stable crash signature identifier

crash_kindstring

native or javascript

titlestring

Crash title / grouping key

crash_typestring

Crash/error type

occurrencesinteger<int64>

Number of occurrences in the window

affected_sessionsinteger<int64>

Distinct sessions affected

affected_usersinteger<int64>

Distinct identified users affected

last_app_versionstring

App version of the most recent occurrence

last_seenstring<date-time>

Timestamp of the most recent occurrence

RumCrashGroup
{
"crash_id": "string",
"crash_kind": "string",
"title": "string",
"crash_type": "string",
"occurrences": 0,
"affected_sessions": 0,
"affected_users": 0,
"last_app_version": "string",
"last_seen": "2024-07-29T15:51:28.071Z"
}
Was this page helpful?