-
-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Start Cold and Warm not being sent to Sentry #4550
Comments
@plgrazon thanks for raising this issue, could you let us know on which platform (Android, iOS, ..) you're seeing this issue? |
Hi @plgrazon, since the JS log points us towards the native layer not returning the app start data, could you share a Logcat logs for Android or iOS Console logs from Xcode, so we can investigate the issue further? |
Closing this issue, I've decided to update our SDK to V6 and I've added the
|
What React Native libraries do you use?
React Navigation
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
5.34.0
How does your development environment look like?
"react-native": "0.76.6"
Sentry.init()
Steps to Reproduce
Sentry Helpers
App.tsx (entry file)
AppNavigator.tsx
Expected Result
With this setup above, I'm able to get the navigation spans but the cold and warm starts are missing. On my logs I'm getting this error:
Sentry Logger [warn]: [ReactNativeTracing] Not instrumenting App Start because native returned null.
If I use the following set up I get AppStart but not the navigation spans:
Is there a way to get app start from the setup above?
Actual Result
On my Sentry dashboard, I get the navigation logs but not the app start whether cold or warm
The text was updated successfully, but these errors were encountered: