Skip to content

Commit

Permalink
Update SentryEvent.h (#2449)
Browse files Browse the repository at this point in the history
Updated the description of transaction property in SentryEvent to copy develop docs description
  • Loading branch information
brustolin authored Nov 29, 2022
1 parent 909e73a commit 1ef804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/Public/SentryEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NS_SWIFT_NAME(Event)
@property (nonatomic, copy) NSString *_Nullable environment;

/**
* The current transaction (state) on the crash
* The name of the transaction which caused this event.
*/
@property (nonatomic, copy) NSString *_Nullable transaction;

Expand Down

0 comments on commit 1ef804d

Please sign in to comment.