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 cc47e93 commit 955e402Copy full SHA for 955e402
Sources/Sentry/Public/Sentry.h
@@ -7,6 +7,7 @@ FOUNDATION_EXPORT double SentryVersionNumber;
7
//! Project version string for Sentry.
8
FOUNDATION_EXPORT const unsigned char SentryVersionString[];
9
10
+# import <Sentry/PrivateSentrySDKOnly.h>
11
# import <Sentry/SentryAttachment.h>
12
# import <Sentry/SentryBaggage.h>
13
# import <Sentry/SentryBreadcrumb.h>
Tests/SentryTests/SentryTests.m
@@ -1,3 +1,4 @@
1
+#import "SentryBreadcrumb+HybridSDK.h"
2
#import "SentryBreadcrumb.h"
3
#import "SentryBreadcrumbTracker.h"
4
#import "SentryClient.h"
@@ -10,7 +11,6 @@
#import "SentryMeta.h"
#import "SentryOptionsInternal.h"
#import "SentrySDK+Private.h"
-#import <SentryBreadcrumb+HybridSDK.h>
14
#import <XCTest/XCTest.h>
15
@import Sentry;
16
0 commit comments