Skip to content

Commit b3dce0d

Browse files
feat(apple): Add beta APM features to wizard (#4937)
Mention the experimental file I/O and Core data auto instrumentation in the wizard to get more feedback. Don't mention these for macos on purpose because most APM features don't work there yet.
1 parent 4a57081 commit b3dce0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/wizard/apple/ios.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ Before capturing crashes, you need to provide debug information to Sentry. Debug
7272

7373
## Performance Monitoring
7474

75-
You can measure the performance of your code by capturing transactions and spans.
75+
After [setting up performance monitoring](/platforms/apple/guides/ios/performance), the Cocoa SDK [automatically instruments](/platforms/apple/performance/instrumentation/automatic-instrumentation/) UIViewControllers, HTTP requests, app start, and slow and frozen frames.
76+
77+
You can manually measure the performance of your code by capturing transactions and spans.
7678

7779
```swift {tabTitle:Swift}
7880
import Sentry // Make sure you import Sentry
@@ -91,3 +93,7 @@ transaction.finish() // Mark the transaction as finished and send it to Sentry
9193
```
9294

9395
Check out [the documentation](https://docs.sentry.io/platforms/apple/performance/instrumentation/) to learn more about the API and automatic instrumentations.
96+
97+
> Want to play with some new features? Try out our experimental auto instrumentation for [file I/O](/platforms/apple/performance/instrumentation/automatic-instrumentation/#file-io-instrumentation) and [Core Data](/platforms/apple/performance/instrumentation/automatic-instrumentation/#core-data-instrumentation). Experimental features are still a work-in-progress and may have bugs. We recognize the irony.
98+
>
99+
> Let us know if you have feedback through [GitHub issues](https://github.com/getsentry/sentry-cocoa/issues).

0 commit comments

Comments
 (0)