Skip to content

Commit 955e402

Browse files
committed
Fix imports little by little
1 parent cc47e93 commit 955e402

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/Sentry/Public/Sentry.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FOUNDATION_EXPORT double SentryVersionNumber;
77
//! Project version string for Sentry.
88
FOUNDATION_EXPORT const unsigned char SentryVersionString[];
99

10+
# import <Sentry/PrivateSentrySDKOnly.h>
1011
# import <Sentry/SentryAttachment.h>
1112
# import <Sentry/SentryBaggage.h>
1213
# import <Sentry/SentryBreadcrumb.h>

Tests/SentryTests/SentryTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#import "SentryBreadcrumb+HybridSDK.h"
12
#import "SentryBreadcrumb.h"
23
#import "SentryBreadcrumbTracker.h"
34
#import "SentryClient.h"
@@ -10,7 +11,6 @@
1011
#import "SentryMeta.h"
1112
#import "SentryOptionsInternal.h"
1213
#import "SentrySDK+Private.h"
13-
#import <SentryBreadcrumb+HybridSDK.h>
1414
#import <XCTest/XCTest.h>
1515
@import Sentry;
1616

0 commit comments

Comments
 (0)