Skip to content

Commit

Permalink
fix: update min cocoa sdk versions for profiling (#7872)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Sep 20, 2023
1 parent 711dc6b commit 0c6180a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/platforms/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ By default, some transactions will be created automatically for common operation

<Note>

iOS profiling is available starting in SDK version `8.3.1`.
iOS profiling is available starting in SDK version `8.12.0`.

</Note>

Expand Down
4 changes: 2 additions & 2 deletions src/wizard/apple/profiling-onboarding/ios/1.install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
```

1 comment on commit 0c6180a

@vercel
Copy link

@vercel vercel bot commented on 0c6180a Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.