Skip to content

Commit

Permalink
feat: enableUserInteractionTracing is GA (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers authored Dec 9, 2022
1 parent 1bf9e40 commit bd284cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This version adds a dependency on Swift.
### Features

- Properly demangle Swift class name (#2162)
- Enable [File I/O Tracking](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#file-io-tracking) by default (#2497)
- [User Interaction Tracing](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing) is stable (#2503)
- Enable File I/O APM by default (#2497)
- Add synthetic for mechanism (#2501)

Expand Down
2 changes: 0 additions & 2 deletions Sources/Sentry/Public/SentryOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ NS_SWIFT_NAME(Options)
@property (nonatomic, assign) BOOL attachViewHierarchy;

/**
* This feature is EXPERIMENTAL.
*
* When enabled, the SDK creates transactions for UI events like buttons clicks, switch toggles,
* and other ui elements that uses UIControl `sendAction:to:forEvent:`.
*/
Expand Down

0 comments on commit bd284cf

Please sign in to comment.