diff --git a/Sources/EmbraceCore/Capture/Network/URLSessionCaptureService+Options.swift b/Sources/EmbraceCore/Capture/Network/URLSessionCaptureService+Options.swift index 1538e10d..e4bfa948 100644 --- a/Sources/EmbraceCore/Capture/Network/URLSessionCaptureService+Options.swift +++ b/Sources/EmbraceCore/Capture/Network/URLSessionCaptureService+Options.swift @@ -6,7 +6,7 @@ import Foundation extension URLSessionCaptureService { /// Class used to setup a URLSessionCaptureService. - @objc(URLSessionCaptureServiceOptions) + @objc(EMBURLSessionCaptureServiceOptions) public final class Options: NSObject { /// Defines wether or not the Embrace SDK should inject the `traceparent` header into all network requests @objc public let injectTracingHeader: Bool