Aleksey Kuznetsov
Results
2
comments of
Aleksey Kuznetsov
`@sentry/[email protected]` with the following patch helped me workaround the issue ```patch diff --git a/node_modules/@sentry/react-native/RNSentry.podspec b/node_modules/@sentry/react-native/RNSentry.podspec index f9eafb6..1d0fc2f 100644 --- a/node_modules/@sentry/react-native/RNSentry.podspec +++ b/node_modules/@sentry/react-native/RNSentry.podspec @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.preserve_paths...
@Evan-Fisher you need update `Sentry/HybridSDK` explicitly ```sh pod update Sentry/HybridSDK ```