Skip to main content

November 2025

Reboot Gaps in the Device Timeline

The device Timeline now inserts visual gaps in swimlanes at reboot boundaries, preventing misleading data interpolation across reboots. This makes it immediately clear when a metric or session span crossed a device restart, giving you a more accurate picture of device behavior over time.

Visual reboot gaps in the device timeline

Release Notes Now Support Markdown

The Notes field on Releases now uses a rich Markdown editor and viewer. Teams can format release notes with headers, lists, code blocks, and links - making it easier to communicate what changed in each build to everyone on the team.

Release notes editor showing markdown being authored

General

  • Inserted visual reboot gaps in Timeline swimlanes, preventing data interpolation across device restarts.
  • Release Notes field now uses a Markdown editor/viewer for richer release documentation.
  • A fleet sampling quota exceeded banner now appears when a project's sampling quotas are exceeded, with links to upgrade or manage quotas.
  • A new device type metric is now auto-generated by parsing the User Agent string (e.g., "Google Pixel 8"), with no SDK changes required.
  • Nickname device search is now partial-match and case-insensitive.
  • Dashboard filter panel is now collapsible via a Show/Hide details button.

Device SDK Updates

MCU: [1.31.0] - 2025-11-22

See the full MCU SDK changelog.

  • Added CPU temperature metrics for additional Zephyr platforms, including nRF54L15-DK (any devices with a die_temp or nordic,nrf-temp device tree node)
  • Fixed a compact log serialization error producing invalid log data for logs near the maximum length limit
  • Updated BLE metrics to handle the bt_connection_interval_us rename coming in Zephyr v4.4.0 / nRF Connect SDK v3.2.0

Android: [v5.5.0] - 2025-11-18

See the full Android SDK changelog.

  • Added Bluetooth quality metrics: RSSI, SNR, TX power, BLE scan results, and retransmission counts
  • Added rich connectivity metrics: IPv4/IPv6 status, Wi-Fi RSSI moving average, channel hop and roaming counters, Wi-Fi OUI, and Wi-Fi disconnect sessions
  • Added new heartbeat metrics for batterystats states (camera, video, flashlight, bluetooth, cellular, screen wake, and more); added USB contaminant and low memory kill event reporting
  • Added configurable WTF ignore patterns to suppress known-harmless Android system log noise

Linux: [1.25.0] - 2025-11-04, [1.25.1] - 2025-11-12, and [1.25.2] - 2025-11-20

See the full Linux SDK changelog.

  • Added coredump path filtering to exclude crashes from specified directories
  • Added per-data-type storage routing to independently assign coredumps, reboots, and other data types to tmp or persistent storage
  • eMMC lifetime metrics now prefer sysfs on newer kernels with automatic fallback to ioctl; fixed multi-disk bytes_written tracking and eMMC ioctl bugs