sentry-react-native
sentry-react-native copied to clipboard
Tag all spans during app start with start type info
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.