Skip to content

Commit

Permalink
Return to reference type for config by unchecking Sendable conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Nov 26, 2024
1 parent 1d9ac49 commit 97372aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TelemetryDeck/TelemetryClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let sdkVersion = "2.5.1"
/// Use an instance of this class to specify settings for TelemetryManager. If these settings change during the course of
/// your runtime, it might be a good idea to hold on to the instance and update it as needed. TelemetryManager's behaviour
/// will update as well.
public struct TelemetryManagerConfiguration: Sendable {
public final class TelemetryManagerConfiguration: @unchecked Sendable {
/// Your app's ID for Telemetry. Set this during initialization.
public let telemetryAppID: String

Expand Down

0 comments on commit 97372aa

Please sign in to comment.