Description
Instead of only attaching app start spans to the first ui.load transaction, we should make sure any app launch has the duration captured as a span, regardless of whether or not the user is also using other ui.load transactions. The iOS equivalent of this feature is here: getsentry/sentry-cocoa#6883