-
-
Notifications
You must be signed in to change notification settings - Fork 337
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 Cold/Warm Start not correct with react-native-navigation #3479
Comments
Hey @moonjava2005 thanks for the report, we'll look into this. Please be aware that due to vacations and incoming holidays we might be slower to respond than usual. |
Hi @moonjava2005, Can you share a minimal reproducible example? If not, please describe your navigation setup. I've tried simple stack navigation with |
Hi @krystofwoldrich |
@moonjava2005 Thank will try! What do you mean by "hack"? Ignore the "App Start" in the SDK or the Sentry Product. |
I
|
@moonjava2005 Thank you for the details. |
Let's create a new RN application with react-native-navigation and Sentry RN SDK and check the app start measurements and spans which are reported. Let's test this on simulator and real device. |
Hi @moonjava2005, I have tried to reproduce this issue on both physical and simulated devices (Android and iOS), but so far, I haven't noticed any issues on a new React Native application using native navigation. Could you try checking if the issue still occurs when you use the latest Sentry React Native SDK? If the problem persists, could you share the application start up log with debug set to true in the Sentry options? |
Since we can't reproduce the issue I'm closing this. In case there is a new context or reproducible example, please, comment here and we can reopen it. |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.11.1
react-native
version: 0.72.6Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
[Link to issue]
Configuration:
(
@sentry/react-native
)or
(
react-native-sentry
)I have the following issue:
The App Cold/Warm start time is incorrect with
"react-native-navigation": "7.37.2"
I try to naming the isolated environment name
debug
in order to tracing from may real phone only. I found that:Actual result:
[Actual result]
Expected result:
[Expected result]
I expected the value should be exact the time of app start
The text was updated successfully, but these errors were encountered: