You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer reported that if they never call reportFullyDisplayed, they don't get a transaction. The headerdoc for enableTimeToFullDisplayTracing state:
* If @c SentrySDK.reportFullyDisplayed() is not called, the transaction will finish
* automatically after 30 seconds and the `Time to full display` Span will be
* finished with @c DeadlineExceeded status.
But I was able to repro this, and it turns out that when scheduling the timeout timer for the span in startDeadlineTimer, _configuration.dispatchQueueWrapper is nil so no deadline timer ever fires.
The text was updated successfully, but these errors were encountered:
Description
A customer reported that if they never call
reportFullyDisplayed
, they don't get a transaction. The headerdoc forenableTimeToFullDisplayTracing
state:But I was able to repro this, and it turns out that when scheduling the timeout timer for the span in
startDeadlineTimer
,_configuration.dispatchQueueWrapper
isnil
so no deadline timer ever fires.The text was updated successfully, but these errors were encountered: