We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80771f commit 2911760Copy full SHA for 2911760
Sources/Sentry/Public/SentrySDK.h
@@ -334,7 +334,7 @@ SENTRY_NO_INIT
334
*/
335
+ (void)close;
336
337
-#if SENTRY_HAS_UIKIT
+#if SENTRY_TARGET_REPLAY_SUPPORTED
338
339
/**
340
* @warning This is an experimental feature and may still have bugs.
Sources/Sentry/SentrySDK.m
@@ -571,7 +571,7 @@ + (void)stopProfiler
571
}
572
#endif // SENTRY_TARGET_PROFILING_SUPPORTED
573
574
575
+ (void)replayRedactView:(UIView *)view
576
{
577
[SentryRedactViewHelper redactView:view];
0 commit comments