Guide for adding new actions to Sentry's Command+K palette. Use when implementing new cmdk actions, registering page-level or global actions, building async resource pickers, or adding contextual actions to a view.
Instrument API requests with spans and distributed tracing. Use when tracking request latency, correlating client-backend traces, or debugging API issues.
Configure crash symbolication for readable stack traces. Use when setting up dSYMs (iOS), ProGuard/R8 mappings (Android), or source maps (React Native).
Triage an Apple crash report (.ips) using the crashdx CLI. Symbolicate, get an evidence-cited diagnosis with ranked hypotheses, and walk the verdict back to a code fix. Use whenever the user has a crash report, .ips file, TestFlight/user-submitted crash, or asks why their app crashed.
Define SLIs, SLOs, error budgets, and rollout halts for mobile apps, with multi-window burn-rate alerts. Use when formalizing reliability targets or gating staged releases.
Runbooks, severity levels, and escalation policy for mobile on-call, covering crash spikes, ANR spikes, store rejections, and bad release rollback. Use when setting up or refining a mobile on-call rotation.
Apply consent gating, data minimization, App Tracking Transparency (ATT), DMA compliance, and COPPA/GDPR rules to mobile analytics. Use when launching in the EU, UK, or US, or before enabling new telemetry.