Skip to content

Commit

Permalink
Update SentryReplay.h
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Sep 11, 2024
1 parent 9f6e707 commit 8d0fafe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Sentry/Public/SentryReplay.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#import <Foundation/Foundation.h>

#if __has_include(<Sentry/SentryDefines.h>)
#import <Sentry/SentryDefines.h>
#else
#import <SentryWithoutUIKit/SentryDefines.h>
#endif

#if SENTRY_TARGET_REPLAY_SUPPORTED

Expand Down

0 comments on commit 8d0fafe

Please sign in to comment.