You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated name of root and child spans logged for cold and warm app startups
Added support for programmatic termination of app startup as opt-in configuration option
Record failed and abandoned app startup spans if the app crashes or backgrounds before startup completes
Added new annotation (@IgnoreForStartup) for trampoline or splash-screen Activities, which will make the app startup instrumentation ignore themt for the purposes of ending a startup
Deprecated (@StartupActivity). This annotation will no longer affect how the app startup instrumentation works.
Fixed issue with app startup instrumentation recording on Android 12 for Activities that use Jetpack Compose Navigation
Fail app build if symbol upload request fails
Modified logic of uploading ApplicationExitInfo (non-visible change)