Hi, Is there any way i can use sentry for react-native version less then 0.41, as the versions after 0.39 are buggy so, i can’t upgrade till they fix the issues.
You have two options to use it with older react-native. One is to use the unlinked version of the library only in which case it will fall back to native javascript. The second option is to manually change all the imports in the Objective-C layer to match what older react native expects.
You can find more information about it in this release announcement: https://github.com/facebook/react-native/releases/tag/v0.40.0