Description
Currently, we attach app start data to the first transaction that finished, but that doesn't have to be the one that started first. And thus the data can be attached to a wrong transaction.
For example when a user navigates away from the home screen right after the app load and the home screen transaction is finished in the background later than the new navigation transaction user triggered.