From 2d12ef745b531068a70f0b951d4b35bc32dfd676 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:18:45 +0100 Subject: [PATCH] Update Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift Co-authored-by: Dhiogo Brustolin --- .../Swift/Integrations/SessionReplay/SentryReplayOptions.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.