Skip to content

Commit 2172278

Browse files
ref: Expose Baggage to Swift SDK Code (#3728)
1 parent 270b57d commit 2172278

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Sources/Sentry/include/SentryPrivate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Sentry internal headers that are needed for swift code
22

3+
#import "SentryBaggage.h"
34
#import "SentryBaseIntegration.h"
45
#import "SentryRandom.h"
56
#import "SentrySdkInfo.h"

Tests/SentryTests/SentryTests-Bridging-Header.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#import "SentryAutoBreadcrumbTrackingIntegration+Test.h"
5151
#import "SentryAutoBreadcrumbTrackingIntegration.h"
5252
#import "SentryAutoSessionTrackingIntegration.h"
53-
#import "SentryBaggage.h"
5453
#import "SentryBooleanSerialization.h"
5554
#import "SentryBreadcrumbDelegate.h"
5655
#import "SentryBreadcrumbTracker.h"

Tests/SentryTests/Transaction/SentryBaggageTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import _SentryPrivate
12
import Foundation
23
import Sentry
34
import XCTest

0 commit comments

Comments
 (0)