u/Background-Fig9828

▲ 1 r/apps

What tools are app builders using for observability?

Curious how app developers are getting visibility into the user experience on your apps.

  • Are you using all-in-one observability platforms (i.e. Dynatrace, New Relic)?
  • Are you using mobile-native observability tools (i.e. bitdrift, Embrace)?
  • Are you building something yourself / with AI, or just flying blind and hoping the UX is solid?
reddit.com
u/Background-Fig9828 — 13 hours ago
▲ 3 r/MobileObservability+1 crossposts

What are teams doing differently this year?

It seems like people are finally looking past crash reporting and tackling actual, full-fledged observability for mobile. A few things I’ve observed:

  • Progress with OTel: Finally, we’re seeing client-to-server traces that actually work without a week of manual plumbing.
  • Monitoring AI "Behavior": If your app uses an LLM, are you tracking just the API latency, or are you tracking the "Groundedness" of the response on the device?
  • Agentic Debugging: Using AI to sift through the "cardinality explosion" of 500+ device types to find the actual root cause.

I’m curious to learn from the community:

  1. What’s the one metric you track that your backend peers still don’t understand?
  2. How are you handling "silent failures" in your AI features?
  3. Is your team still using a "generalist" tool (Datadog/New Relic) for mobile, or have you moved to a mobile-native player?
reddit.com
u/Background-Fig9828 — 13 hours ago

Came across this article about an OTel mobile tracing solution that "actually works" and I'm wondering if it's really so hard, specifically when dealing with mobile? Fairly new to this space and trying to get up to speed.

u/Background-Fig9828 — 14 days ago
▲ 6 r/MobileObservability+1 crossposts

Stumbled across this on LinkedIn - interesting post and resource from Caleb Davis at Square:

Mobile observability is complex.

There's a lot of challenges unique to mobile: offline states, background kills, symbolication, correlating client and backend traces. Adding telemetry is easy. Adding telemetry that tells you what actually happened is hard.

I've been using Claude Code for about a month and absolutely LOVING it. But you know that moment when Claude reviews its own code, declares everything perfect... and then you run the app 🫠 🫣

So I decided to codify my philosophy on mobile observability and teach it to Claude.

The result: Mobile Observability Plugin for Claude Code

Now Claude knows how to properly instrument user observability and system observability. I used standardized frameworks so my side projects actually have high-quality telemetry. That way I can easily fix all the pesky bugs that Claude didn't catch in code review 🫡

What's included:
- 8 skills (crash capture, user journeys, network tracing, session replay, etc.)
- 2 agents for codebase analysis and instrumentation review
- /instrument and /audit commands
- Vendor guides for Bitdrift, Sentry, Datadog, Embrace, Bugsnag

Haven't battle-tested it myself yet, but I'm excited to see what breaks 😅

🔗 https://lnkd.in/gKqwJuxf

u/Background-Fig9828 — 16 days ago

Came across this from Spotify Engineering and thought it was a great look at how they manage mobile (and desktop) releases:

https://engineering.atspotify.com/2026/2/how-we-release-the-spotify-app-part-2

So much of their process goes beyond just “did it crash or not.” They’re thinking about:

  • Gradual rollouts
  • Monitoring real user impact
  • Catching issues that only show up in production
  • Deciding whether to continue or halt releases based on signals

A lot of the hardest problems are subtle issues vs crashes.

u/Background-Fig9828 — 16 days ago
▲ 5 r/MobileObservability+1 crossposts

“99.9% crash-free” says almost nothing about:

  • Slow screens
  • UI jank
  • Failed network requests that retry silently
  • Flows users abandon because something felt broken

A lot of the worst mobile issues never show up as crashes. Was digging into Android Vitals for Google's POV on this - they emphasize things like:

  • ANRs
  • Slow rendering
  • Excessive wakeups

https://developer.android.com/topic/performance/vitals

Feels like crash-free rate is one of the least representative metrics of real UX, even though it's the one everyone pays attention to. Food for thought.

u/Background-Fig9828 — 16 days ago

This subreddit has been pretty quiet… so we’re bringing it back to life!

The goal: build a high-signal space for people working on mobile apps to talk about the stuff that’s uniquely hard:

  • Issues that don’t crash but still break UX
  • ANRs, performance problems, and weird device behavior
  • Things that only show up in production
  • Instrumenting mobile observability for AI agents

If you work on mobile, you already know this stuff is messy, and most tooling doesn’t tell the full story.

A few simple rules:

  • Share real problems (the messier, the better)
  • Be helpful, not hostile
  • No spam or low-effort promo
reddit.com
u/Background-Fig9828 — 16 days ago