Skip to content

Commit 7e07f3c

Browse files
Update Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
1 parent 712e033 commit 7e07f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ import UIKit
401401
// We're on iOS 26.0+ - assume dangerous unless proven otherwise
402402
guard let infoDictionary = Bundle.main.infoDictionary else {
403403
// Can't read Info.plist - stay defensive
404-
SentrySDKLog.debug("[Session Replay] Running on iOS 26.0+ but cannot read Info.plist - treating as dangerous")
404+
SentrySDKLog.warning("[Session Replay] Running on iOS 26.0+ but cannot read Info.plist - treating as dangerous")
405405
return true
406406
}
407407

0 commit comments

Comments
 (0)