Skip to content

7.3.0

Compare
Choose a tag to compare
@bidetofevil bidetofevil released this 18 Mar 19:54
· 289 commits to main since this release
  • Improved app startup instrumentation
    • 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)
  • Updated OpenTelemetry API and SDK to 1.48.0