From beab2fef8c139073b325a40243b4a43d5aea3921 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Tue, 28 Jul 2026 12:39:00 +0900 Subject: [PATCH] Bumped Rollbar Apple SDK to 3.4.0 --- RollbarReactNative.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RollbarReactNative.podspec b/RollbarReactNative.podspec index bf01078..cc1511b 100644 --- a/RollbarReactNative.podspec +++ b/RollbarReactNative.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency 'React-Core' - s.dependency 'RollbarNotifier', '3.3.3' + s.dependency 'RollbarNotifier', '3.4.0' s.source_files = 'ios/RollbarReactNative.{h,m}' s.public_header_files = 'ios/RollbarReactNative.h'