diff --git a/Podfile b/Podfile index 2966e5b2c5..742cc11791 100644 --- a/Podfile +++ b/Podfile @@ -51,7 +51,7 @@ abstract_target 'TchapPods' do # PostHog for analytics pod 'PostHog', '~> 2.0.0' - pod 'Sentry', '~> 7.15.0' + pod 'Sentry', '~> 8.40.1' pod 'RxSwift', '~> 5.1.1' diff --git a/changelog.d/1118.change b/changelog.d/1118.change new file mode 100644 index 0000000000..69824d161d --- /dev/null +++ b/changelog.d/1118.change @@ -0,0 +1 @@ +Update Sentry pod dependency to compile with Xcode 16.1 \ No newline at end of file