From 0548a271b618fe07f86af02100e9a39038cde9f5 Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman <114942102+NachoEmbrace@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:45:35 -0300 Subject: [PATCH] Update Sources/EmbraceCore/Capture/Network/URLSessionCaptureService+Options.swift Co-authored-by: ArielDemarco --- .../Capture/Network/URLSessionCaptureService+Options.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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