Sentry Sep 27, 2024

Mobile App Launch Profiling

Article Summary

Andrew McKnight from Sentry just solved one of mobile performance monitoring's biggest blind spots. Ever wondered what's actually happening in your app before main() even gets called?

Sentry's engineering team has shipped app launch profiling for iOS and Android, capturing performance data from the moment your app starts executing code. This goes beyond Apple's MetricKit and Instruments by profiling the critical pre-main() execution phase that traditional tools miss entirely.

Key Takeaways

Critical Insight

You can now profile real user app launches from the very first line of code execution, revealing performance issues that Apple's own tools don't measure.

The team considered profiling even the very first install launch, but held back for an interesting reason.

Recent from Sentry

Related Articles