How to configure "Automatic Instrumentation" with react-native-navigation? #4456
Unanswered
donatoaguirre24
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our app uses
react-native-navigation
which means it doesn't have a root component.The Automatic Instrumentation documentation recommends wrapping the root component using
Sentry.wrap
, but as explained above, we don't have one.We added the
reactNativeTracingIntegration
andreactNativeNavigationIntegration
integrations, is that enough to get reliable app startup metrics, or should we do something else?Thanks in advance!
Attaching our config below:
Beta Was this translation helpful? Give feedback.
All reactions