---
title: Events reported by mobile monitoring
source: https://docs.newrelic.com/docs/data-apis/understand-data/event-data/events-reported-mobile-monitoring
---

Our [mobile monitoring](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/getting-started/introduction-new-relic-mobile) reports [event data](https://docs.newrelic.com/docs/using-new-relic/data/understand-data/new-relic-data-types#event-data) that is displayed in some UI displays and is also available for [querying and charting](https://docs.newrelic.com/docs/using-new-relic/data/understand-data/query-new-relic-data). Select an event name in the following table to see its attributes.

| Event                                                                           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`Mobile`](/attribute-dictionary/?event=Mobile)                                 | A `Mobile` event is created when a crash occurs, when an interaction ends or has run for 1 second, or if a session completes after the app is closed, backgrounded, or has run for 1 minute. `Mobile` events were once the only event type and were generated for every event, but now there are several specialized event types.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [`MobileApplicationExit`](/attribute-dictionary/?event=MobileApplicationExit)   | A `MobileApplicationExit` event is generated when an app terminates, either due to a crash or other reasons such as low memory, ANRs, etc. This event provides valuable insights into the circumstances surrounding the app's termination and includes attributes such as the reason, exit code, and description for an app’s termination. Currently, the `MobileApplicationExit` event is reported only for Android mobile applications. It leverages Android’s `ApplicationExitInfo` API to monitor and report on the different reasons for your app’s termination.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `MobileBreadcrumb`                                                              | There are no attributes listed for this event; attributes will include the [session attributes](#session-list) and any [custom attributes added](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/maintenance/add-custom-data-new-relic-mobile).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [`MobileCrash`](/attribute-dictionary/?event=MobileCrash)                       | The `MobileCrash` event is created when an app crashes. `MobileCrash` includes attributes such as crash line number, class, and crash message.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [`MobileHandledException`](/attribute-dictionary/?event=MobileHandledException) | `MobileHandledException` is sent when an exception is caught and is used for non-fatal exceptions reported to New Relic using the [`recordHandledException` API call](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/record-handled-exceptions/). The exceptions will be visible in queries of this event and on the [**Handled exceptions** UI page](https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/crashes/handled-exceptions-analyze-trends-prevent-crashes), including stack traces.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [`MobileRequest`](/attribute-dictionary/?event=MobileRequest)                   | A `MobileRequest` event is created when an HTTP request successfully completes, resulting in a response code below 400. New Relic `MobileRequest` data is enabled by default for: - [Android version 5.15.2](https://docs.newrelic.com/docs/release-notes/mobile-release-notes/android-release-notes/android-5152) or higher - [iOS version 6.0.0](https://docs.newrelic.com/docs/release-notes/mobile-release-notes/ios-release-notes/ios-agent-600) or higher For earlier versions, starting with Android version 5.14.0 or iOS version 5.14.0, you must enable the feature. Upgrade to the latest [Android](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/install-configure/upgrade-android-agent) or [iOS](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/installation/upgrade-ios-agent) version, or enable the `NetworkRequests` feature flag by using the [Android](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/install-configure/android-agent-configuration-feature-flags) or [iOS](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/install-configure/ios-agent-configuration-feature-flags#networkRequest) configuration settings. |
| [`MobileRequestError`](/attribute-dictionary/?event=MobileRequestError)         | A `MobileRequestError` is used for HTTP errors or network failures. HTTP errors are HTTP requests that have a status code greater than 400. A network failure is an HTTP request that results in no response. The event is sent when the HTTP request completes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [`MobileSession`](/attribute-dictionary/?event=MobileSession)                   | A `MobileSession` event is sent when an app is closed, backgrounded, or when 1 minute of active use has elapsed. This is the source of the general session data used by the other mobile monitoring events. `MobileSession` captures attributes such as device type, device OS, and geographical information.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `MobileUserAction`                                                              | There are no attributes listed for this event; attributes will include the [session attributes](#session-list) and any [custom attributes added](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/maintenance/add-custom-data-new-relic-mobile). This event is recorded when assuming some user action caused the agent to start/return to foreground or stop/return to background when distributed tracing feature is enabled.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Custom events                                                                   | There is no attribute list for this event type because it is a custom event; attributes will include the [session attributes](#session-list) and any [custom attributes](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/maintenance/add-custom-data-new-relic-mobile) that you add.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |

Related documentation:

-   [Report custom events](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/report-custom-event-data)
-   [Extend data retention](https://docs.newrelic.com/docs/insights/use-insights-ui/manage-account-data/extend-event-data-retention)
-   [See example NRQL queries](https://docs.newrelic.com/docs/query-data/nrql-new-relic-query-language/nrql-query-tutorials)
