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

TTFD timer sometimes not working #3831

Open
stefanosiano opened this issue Oct 28, 2024 · 1 comment
Open

TTFD timer sometimes not working #3831

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

Comments

@stefanosiano
Copy link
Member

Description

We have 2 timers for timeouts, one for the transaction and one for the TTFD span.
The transaction's timer finishes any running span with deadline_exceeded.
The TTFD span's timer finishes the TTFD and trims it to the TTID timestamps.

If the transaction's timer runs first, then the TTFD timer does nothing, as the span is already finished.

Possible solutions:

  1. Change TTFD timeout tp 25 seconds
  2. Remove the TTFD timer and make it part of an EventProcessor
@markushi
Copy link
Member

Let's go for 1) as it seems to be the easiest to fix. Let's also update the docs.

@markushi markushi moved this from Needs Discussion to Todo in Mobile & Cross Platform SDK Nov 13, 2024
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: Todo
Development

No branches or pull requests

2 participants