Skip to content

Commit

Permalink
Update SentrySDK.h
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Aug 5, 2024
1 parent 5a0c936 commit 455ab58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Sentry/Public/SentrySDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,15 @@ SENTRY_NO_INIT
#if SENTRY_HAS_UIKIT

/**
* @warning This is an experimental feature and may still have bugs.
*
* Marks this view to be redacted during replays.
*/
+ (void)replayRedactView:(UIView *)view;

/**
* @warning This is an experimental feature and may still have bugs.
*
* Marks this view to be ignored during redact step
* of session replay. All its content will be visible in the replay.
*/
Expand Down

0 comments on commit 455ab58

Please sign in to comment.