sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Tag all spans during app start with start type info

Open krystofwoldrich opened this issue 11 months ago • 0 comments

Description

  • https://github.com/getsentry/team-mobile/issues/174

React native doesn't depend on the native SDK for this as we only fetch the app start data from native but create the span in JS layer.

Backend backfills the data, until the SDK doesn't support span streaming then the SDK has to fill this value.

krystofwoldrich avatar Jan 17 '25 12:01 krystofwoldrich