sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Overwrite TTFD measurement when API called too early

Open stefanosiano opened this issue 1 year ago • 1 comments

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

stefanosiano avatar Apr 23 '24 16:04 stefanosiano

Let's allow changing the span/txn values via a private APIs.

markushi avatar Apr 24 '24 12:04 markushi