Non-standard React Native project with RNSentry

Hi there,

I’m working to upgrading our app to the new “@sentry/react-native” release (v1.0.9). Our apps are projects that existed before React Native and so are not a typical “create-react-native” app.

Is it possible to send events from native code when using the react native Sentry SDK? I do see that it depends on the Sentry.xcodeproj.

We do some setup on app launch that is unrelated to React Native and so I’d really like to be able to initialize Sentry before the javascript code in React Native initializes the Sentry SDK.