Skip to content

Commit 02ef2fc

Browse files
chore: use launch darkly observability instead of launch darkly observability common
1 parent 0eb6786 commit 02ef2fc

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Sources/LaunchDarklySessionReplay/Exporter/RRWebEventGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import UIKit
55
import LaunchDarklyObservability
66
import OSLog
77
#if LD_COCOAPODS
8-
import LaunchDarklyObservability_Common
8+
import LaunchDarklyObservability
99
#else
1010
import Common
1111
#endif

Sources/LaunchDarklySessionReplay/Exporter/SessionReplayExporter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Combine
33
import LaunchDarklyObservability
44
import OSLog
55
#if LD_COCOAPODS
6-
import LaunchDarklyObservability_Common
6+
import LaunchDarklyObservability
77
#else
88
import Common
99
#endif

Sources/LaunchDarklySessionReplay/Exporter/TouchInteraction+Payload.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import LaunchDarklyObservability
33
#if LD_COCOAPODS
4-
import LaunchDarklyObservability_Common
4+
import LaunchDarklyObservability
55
#else
66
import Common
77
#endif

Sources/LaunchDarklySessionReplay/Operations/IdentifySessionOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22
#if LD_COCOAPODS
3-
import LaunchDarklyObservability_Common
3+
import LaunchDarklyObservability
44
#else
55
import Common
66
#endif

Sources/LaunchDarklySessionReplay/Operations/PushPayloadOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22
#if LD_COCOAPODS
3-
import LaunchDarklyObservability_Common
3+
import LaunchDarklyObservability
44
#else
55
import Common
66
#endif

Sources/LaunchDarklySessionReplay/Operations/SessionReplayAPIService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22
#if LD_COCOAPODS
3-
import LaunchDarklyObservability_Common
3+
import LaunchDarklyObservability
44
#else
55
import Common
66
#endif

Sources/LaunchDarklySessionReplay/ScreenCapture/MaskCollector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import WebKit
55
import UIKit
66
import SwiftUI
77
#if LD_COCOAPODS
8-
import LaunchDarklyObservability_Common
8+
import LaunchDarklyObservability
99
#else
1010
import Common
1111
#endif

Sources/LaunchDarklySessionReplay/SessionReplayHook.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22
import LaunchDarkly
33
import LaunchDarklyObservability
44
#if LD_COCOAPODS
5-
import LaunchDarklyObservability_Common
5+
import LaunchDarklyObservability
66
#else
77
import Common
88
#endif

Sources/LaunchDarklySessionReplay/SessionReplayService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import LaunchDarklyObservability
33
import OSLog
44
import Combine
55
#if LD_COCOAPODS
6-
import LaunchDarklyObservability_Common
6+
import LaunchDarklyObservability
77
#else
88
import Common
99
#endif

0 commit comments

Comments
 (0)