diff --git a/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift b/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift index a8125c5d07..3350688d75 100644 --- a/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift +++ b/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift @@ -29,7 +29,7 @@ public class SentryReplayOptions: NSObject, SentryRedactOptions { case high = 2 } - static let defaultQuality: SentryReplayQuality = .medium + private static let defaultQuality: SentryReplayQuality = .medium /** * Indicates the percentage in which the replay for the session will be created.