Skip to content

Commit

Permalink
docs: Add default for user interaction tracing (#2937)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Apr 21, 2023
1 parent effc81c commit 32e64d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Sentry/Public/SentryOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ NS_SWIFT_NAME(Options)
/**
* When enabled, the SDK creates transactions for UI events like buttons clicks, switch toggles,
* and other ui elements that uses UIControl @c sendAction:to:forEvent:
* @note Default value is @c YES .
*/
@property (nonatomic, assign) BOOL enableUserInteractionTracing;

Expand Down

0 comments on commit 32e64d1

Please sign in to comment.