From ca2c0153f35060e4761431f52c97385ec221ce79 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Tue, 26 Nov 2024 12:02:08 +0100 Subject: [PATCH] fix(cocoapods): Add missing `React-RCTFabric` dependency --- CHANGELOG.md | 2 +- packages/core/RNSentry.podspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99da2ce40a..d1b09d2a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Features -- Add Replay Custom Masking for iOS, Android and Web ([#4224](https://github.com/getsentry/sentry-react-native/pull/4224), [#4265](https://github.com/getsentry/sentry-react-native/pull/4265), [#4272](https://github.com/getsentry/sentry-react-native/pull/4272)) +- Add Replay Custom Masking for iOS, Android and Web ([#4224](https://github.com/getsentry/sentry-react-native/pull/4224), [#4265](https://github.com/getsentry/sentry-react-native/pull/4265), [#4272](https://github.com/getsentry/sentry-react-native/pull/4272), [#4314](https://github.com/getsentry/sentry-react-native/pull/4314)) ```jsx import * as Sentry from '@sentry/react-native'; diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 07c81023a3..d3b9a95f25 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -52,6 +52,7 @@ Pod::Spec.new do |s| "CLANG_CXX_LANGUAGE_STANDARD" => "c++17" } + s.dependency "React-RCTFabric" # Required for Fabric Components (like RCTViewComponentView) s.dependency "React-Codegen" s.dependency "RCT-Folly" s.dependency "RCTRequired"