Description
If the API Sentry.reportFullyDisplayed is called too early, we overwrite the TTFD measurement, but we set it in the TTID span, not the TTFD one.
The problem is that the TTFD span is already finished, and we can't set measurements to already finished spans