### Description Hello, Is there a way to enable Native Initialization (so that Sentry will send events for native crashes on app load) using Expo on iOS? https://docs.sentry.io/platforms/react-native/manual-setup/native-init/ I see that it's possible to do that by modifying the AppDelegate file to initialize the SDK as soon as possible but I'm not able to do that using expo. https://docs.sentry.io/platforms/apple/guides/ios/#configure Thank you in advance