Add `RNSentrySDK` APIs support to `@sentry/react-native/expo` plugin
Description
The goal of this task is to add support for the new manual APIs in Sentry Expo Plugin.
- Initially as opt-in.
useNativeInit: true - The plugin should warn users if native init is already present in the native code.
- The plugin should patch
AppDelegate.mmfor iOS andMainApplication.ktfor Android.
Are you planning for this to be in 7.0? This would be a very nice improvement for Expo users, and the work seems to be nearly finished?
Thank you for the ping @renchap. Yes, this is planned for v7. It probably won’t make it into the first release, which is currently in RC, but it will be included in a subsequent release.
Thanks for the work on this! Do you have any rough timeline for when it might be released? Since it looks almost done, we’re hesitant to implement manual initialization ourselves if an official update is coming soon.
Thank you for bumping this @Lucienzera 🙇 Our plan is to release this in this quarter.
Awesome @antonis thanks for the timeline! we will keep that in mind in this quarter!
Thank you! I'll iterate here as soon as there is an update on this.