Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overwrite TTFD measurement when API called too early #3384

Open
stefanosiano opened this issue Apr 23, 2024 · 1 comment
Open

Overwrite TTFD measurement when API called too early #3384

stefanosiano opened this issue Apr 23, 2024 · 1 comment
Labels
Platform: Android Type: Bug Something isn't working

Comments

@stefanosiano
Copy link
Member

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

@markushi
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android Type: Bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants