Replies: 1 comment
-
Hi, thank you for the question, Depending on your setup you might need to disable some features in the RN SDK or native SDK to avoid duplicate data. For example, performance is recommended to have enabled only in one SDK not to get duplicate transactions from both layers. There are more details on how to in our documentation. https://docs.sentry.io/platforms/react-native/manual-setup/native-init/ |
Beta Was this translation helpful? Give feedback.
-
I already have an native app using sentry, I am adding react native into my app to implement some of my features. Should I add react native sentry into my project? Will it be conflict with my native sentry?
I am using the latest react native 0.71.8 version
Beta Was this translation helpful? Give feedback.
All reactions