-
-
Notifications
You must be signed in to change notification settings - Fork 344
Initialize native SDKs before JS #3608
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
Comments
@krystofwoldrich customer is asking:
|
@realkosty We don't have a timeline yet. But it's possible to capture the startup crashes when initializing the native SDKs manually. The |
@krystofwoldrich we should also update at least one sample app to use this IMO :) (may be part of the e2e test task above, so I didn't add an item, please go ahead if you want to track it separately) |
Available in https://github.com/getsentry/sentry-react-native/releases/tag/6.7.0-alpha.0
Create
sentry.options.json
in the React Native project root and set options the same as you currently have inSentry.init
in JS.Initialize Sentry on the native layers by newly provided native methods.
Development
Tasks
@sentry/wizard
to optionally usesentry.options.json
Native RNSentry.init tasks
sentry-react-native/ios/RNSentry.mm
Line 127 in 9421616
sentry-react-native/ios/RNSentry.mm
Line 177 in 9421616
The text was updated successfully, but these errors were encountered: