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') }}" ```