Skip to content

Commit

Permalink
Update SentryReplayView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Sep 24, 2024
1 parent e804604 commit cac4026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SentrySwiftUI/SentryReplayView.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if canImport(SwiftUI) && canImport(UIKit) && !os(watchOS)
#if canImport(SwiftUI) && canImport(UIKit) && !os(watchOS) && !os(visionOS)

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (16.1) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (15.2) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (15.2) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (15.2) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (15.2) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (15.2) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (15.2) Simulator

unknown operating system for build configuration 'os'

Check failure on line 1 in Sources/SentrySwiftUI/SentryReplayView.swift

View workflow job for this annotation

GitHub Actions / UI Tests for SwiftUI on iPhone 8 (15.2) Simulator

unknown operating system for build configuration 'os'
import Sentry
import SwiftUI
import UIKit
Expand Down

0 comments on commit cac4026

Please sign in to comment.