Skip to main content

Native Mobile Crash

Notifies when a native mobile app has crashed. This event can be captured and recorded by the FullStory instrumentation for Android apps. This event is generated when the crash event is processed by FullStory servers.

note

Access to FullStory Native Mobile is dependent on your FullStory plan. Please contact your Account Executive or support@fullstory.com to learn more.

Event API Name

nativemobile.event.crash

Example Payload

{
"eventName": "nativemobile.event.crash",
"version": 1,
"data": {
"appName": "FalkoAndFriends",
"appPackageName": "co.falko.app",
"appVersion": "v1.1",
"deviceModel": "LG Google Pixel",
"osVersion": "Android 7.1.1",
"sessionUrl": "https://app.fullstory.com/ui/TN1/session/6915774531905556:5557778531805533!1110765439578976"
}
}