Skip to main content

Removed metrics

The following metrics were deprecated in October 2023 and fully removed on April 2026. They are no longer available for querying.

All the information these metrics provided is available through the current metrics (refer to the Supported Metrics page). See the Replacements section below for migration guidance.

Removed metrics

MetricDescriptionFiltersTime granularity
crash_free_session_by_device_rate_deprecatedPercentage of crash free sessions grouped by device modelapp_version, device_model, os_versionhourly, daily
crash_session_pct_deprecatedPercentage of crash sessionsapp_version, os_versionhourly, daily
crash_free_session_rate_deprecatedPercentage of crash free sessionsapp_version, os_versionhourly, daily
crashed_users_deprecatedNumber of unique users with crashesapp_version, os_versionhourly, daily
crashes_total_deprecatedNumber of crashesapp_version, os_versionfive_minute, hourly, daily
crash_free_session_rate_deprecatedCrash free session rateapp_version, os_versiondaily
sessions_by_device_model_total_deprecatedNumber of sessions grouped by device modelapp_version, device_model, os_versionhourly, daily
sessions_by_device_total_deprecatedNumber of sessions grouped by device modelapp_version, device_model, os_versionhourly, daily
sessions_total_deprecatedNumber of sessionsapp_version, os_versionfive_minute, hourly, daily
users_deprecatedNumber of unique usersapp_version, os_versionhourly, daily

Replacements

daily_crash_free_session_rate

"Rates" are not supported because they are by definition not compatible with other metrics or themselves.

You can still calculate rates on your end!

To build this rate, update your query:

daily_crash_free_session_rate => 1 - daily_crashes_total / daily_sessions_total

sessions_by_device_model_total

"by_device" is now supported by ALL Metrics.

To build this cut, update your query:

sessions_by_device_model_total => daily_sessions_total

All other deprecated metrics

The remaining _deprecated suffixed metrics have direct replacements in the current standard metrics. Refer to the Supported Metrics page for the full list of available metrics.