From 0c6180a6ee179998acea2ffcf1a2c0ad09a2d2af Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 19 Sep 2023 16:29:48 -0800 Subject: [PATCH] fix: update min cocoa sdk versions for profiling (#7872) --- src/platforms/common/profiling/index.mdx | 2 +- src/wizard/apple/profiling-onboarding/ios/1.install.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/platforms/common/profiling/index.mdx b/src/platforms/common/profiling/index.mdx index 2ca7d8b1da118..b85d6e08f991d 100644 --- a/src/platforms/common/profiling/index.mdx +++ b/src/platforms/common/profiling/index.mdx @@ -168,7 +168,7 @@ By default, some transactions will be created automatically for common operation -iOS profiling is available starting in SDK version `8.3.1`. +iOS profiling is available starting in SDK version `8.12.0`. diff --git a/src/wizard/apple/profiling-onboarding/ios/1.install.md b/src/wizard/apple/profiling-onboarding/ios/1.install.md index 9cceb392c39a8..8f8191b5ba5b7 100644 --- a/src/wizard/apple/profiling-onboarding/ios/1.install.md +++ b/src/wizard/apple/profiling-onboarding/ios/1.install.md @@ -7,8 +7,8 @@ type: language #### Install -For the Profiling integration to work, you must have the Sentry Cocoa package (minimum version 7.23.0). We offer installation methods for Carthage (shown below), CocoaPods, and Swift Package Manager. Learn more about installation methods in our [full documentation](/platforms/apple/install/). +For the Profiling integration to work, you must have the Sentry Cocoa package (minimum version 8.12.0). We offer installation methods for Carthage (shown below), CocoaPods, and Swift Package Manager. Learn more about installation methods in our [full documentation](/platforms/apple/install/). ```ruby -github "getsentry/sentry-cocoa" "{{@inject packages.version('sentry.cocoa','7.23.0') }}" +github "getsentry/sentry-cocoa" "{{@inject packages.version('sentry.cocoa','8.12.0') }}" ```