Serhii Tanskyi
Serhii Tanskyi
Hello @krystofwoldrich, manual TTID instrumentation also doesn't work
this happening because event will not be emitted from native side for android for tabs here https://github.com/getsentry/sentry-react-native/blob/main/src/js/tracing/reactnavigation.ts#L236 and transaction will be cancelled by timeout
yes, for some reason is not emitted with manual instrumentation as well
Good catch, I checked on real device and manual instrumentation works, thanks. ` DEBUG Sentry Logger [debug]: [TimeToDisplay] onDrawNextFrame: {"newFrameTimestampInSeconds":1715846467.9390001,"type":"initialDisplay" DEBUG Sentry Logger [debug]: [TimeToDisplay] Found existing ui.load.initial_display span. DEBUG...
Also, I'm checking `TimeToFullDisplay` and it doesn't work on Tab on real device, only `TimeToInitialDisplay` works. To make it work I need to have first: `` And : `` With...