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
Sentry Native SDK records a startTimestamp as soon as Sentry Native SDK is initialized, as app is starting.
Sentry Native SDK propagates this startTimestamp to the Sentry Android SDK and Sentry Flutter SDK's
Customer can decide the exact moment in their Flutter code that the user's perceived app start has completed, and customer is willing to generate a currentTimestamp and subtract the startTimestamp to figure the total time elapsed
Customer to set this time elapsed as a Span Metric for tracking.
Customer could look into generating a startTimestamp themself in the native layer, and maybe track it via environmental variables and some kind of inter-layer communication, but was wondering if Sentry could assist in this.
Have other customers run into this sort of problem before?
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered:
Problem Statement
Customer wants to track the user perceived app start.
They don't custom instrument a span because the app start begins in the native layer, then goes to the android layer, then finally the flutter layer.
This feature request might also be needed in
as it involves all 3 sdk layers
Solution Brainstorm
Customer could look into generating a startTimestamp themself in the native layer, and maybe track it via environmental variables and some kind of inter-layer communication, but was wondering if Sentry could assist in this.
Have other customers run into this sort of problem before?
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: