### What React Native libraries do you use? Hermes ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.20.0 ### How does your development environment look like? ```` ⬇ Place the `npx react-native@latest info` output here. ⬇ System: OS: macOS 15.5 CPU: (10) arm64 Apple M2 Pro Memory: 113.94 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.3.0 path: ~/.nvm/versions/node/v22.3.0/bin/node Yarn: version: 3.6.4 path: /opt/homebrew/bin/yarn npm: version: 10.8.1 path: ~/.nvm/versions/node/v22.3.0/bin/npm Watchman: version: 2025.04.14.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.16.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.5 - iOS 18.5 - macOS 15.5 - tvOS 18.5 - visionOS 2.5 - watchOS 11.5 Android SDK: Not Found IDEs: Android Studio: 2025.1 AI-251.25410.109.2511.13752376 Xcode: version: 16.4/16F6 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.11 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: Not Found react-native: Not Found react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ```` ### Sentry.init() ````js Sentry.init({ dsn, enableAppStartTracking: true, enableNativeFramesTracking: true, enableStallTracking: true, enableUserInteractionTracing: true, attachScreenshot: true, integrations: [reactNavigationIntegration], tracesSampleRate: 0.2, }); ```` ### Steps to Reproduce 1. Upgrade react-native to 0.81.0 2. Update @sentry/react-native to 6.20.0 ### Expected Result Build Success ### Actual Result I have a build failled with this error : ``` /ios/Pods/Sentry/Sources/Swift/Integrations/UserFeedback/SentryUserFeedbackIntegrationDriver.swift:51:30: 'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead. /ios/Pods/Sentry/Sources/Swift/Integrations/UserFeedback/SentryUserFeedbackWidget.swift:39:38: 'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead. ```