---
title: "Rocket Chat Analytics & Data Usage"
slug: "analytics-data-usage"
description: "Understand analytics and data usage in Rocket Chat. Monitor secure communication and improve collaboration insights."
updated: 2026-02-07T09:20:50Z
published: 2026-02-07T09:20:50Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developer.rocket.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics & Data Usage

Rocket.Chat mobile apps can use a significant amount of data, especially if they are used to send and receive large files or images. It is important to be aware of the data usage implications of your app and to design it accordingly.

## Crashlytics and Bugsnag

Rocket.Chat utilizes [Crashlytics](https://firebase.google.com/products/crashlytics) and [Bugsnag](https://www.bugsnag.com/solutions/mobile/) for crash reporting in both iOS and Android apps. These tools collect crash information from mobile apps, transmit it, and store them securely on their servers for developer diagnosis. The transmitted data contains no users, channels, or group information and no message content.

It contains only anonymous application and system state information during the crash that can be helpful for diagnosis. This data can be used to identify and fix bugs that are causing crashes.

## Firebase analytics

Firebase Analytics is used to track app usage events in Rocket.Chat like sending messages or changing themes. It is also anonymous and contains no private information from the user. It is only used to understand what features are used more and how they're used. This data can be used to improve the performance and usability of your app and to make better decisions about its future development.

> Users can disable these reports on iOS and Android by disabling crash reports in the **Settings** screen in your Rocket.Chat mobile app. Select **Security and privacy**. Here, you can enable or disable **Log analytics events** and **Send crash report** options. By default, these settings are enabled.
