File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3838#import " RNSentryEvents.h"
3939#import " RNSentryDependencyContainer.h"
4040
41- #if SENTRY_HAS_UIKIT && !TARGET_OS_VISION
42- #define SENTRY_TARGET_REPLAY_SUPPORTED 1 // TODO update after https://github.com/getsentry/sentry-cocoa/pull/4089
41+ #if SENTRY_TARGET_REPLAY_SUPPORTED
4342#import " RNSentrySessionReplay.h"
44- #else
45- #define SENTRY_TARGET_REPLAY_SUPPORTED 0
4643#endif
4744
4845#if SENTRY_HAS_UIKIT
Original file line number Diff line number Diff line change 11@import Sentry;
22
3- // TODO update after https://github.com/getsentry/sentry-cocoa/pull/4089
4- #if SENTRY_HAS_UIKIT && !TARGET_OS_VISION
3+ #if SENTRY_TARGET_REPLAY_SUPPORTED
54@class SentryRRWebEvent;
65
76@interface RNSentryBreadcrumbConverter
Original file line number Diff line number Diff line change 22
33@import Sentry;
44
5- // TODO update after https://github.com/getsentry/sentry-cocoa/pull/4089
6- #if SENTRY_HAS_UIKIT && !TARGET_OS_VISION
5+ #if SENTRY_TARGET_REPLAY_SUPPORTED
76
87@implementation RNSentryBreadcrumbConverter {
98 SentrySRDefaultBreadcrumbConverter *defaultConverter;
Original file line number Diff line number Diff line change 11#import " RNSentrySessionReplay.h"
22#import " RNSentryBreadcrumbConverter.h"
33
4- // TODO update after https://github.com/getsentry/sentry-cocoa/pull/4089
5- #if SENTRY_HAS_UIKIT && !TARGET_OS_VISION
4+ #if SENTRY_TARGET_REPLAY_SUPPORTED
65
76@implementation RNSentrySessionReplay {
87}
You can’t perform that action at this time.
0 commit comments