Skip to main content

RumCrashListResponse

crashes object[]
  • Array [
  • 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

  • ]
  • countinteger

    Number of crash groups returned

    RumCrashListResponse
    {
    "crashes": [
    {
    "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"
    }
    ],
    "count": 0
    }
    Was this page helpful?