You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -338,6 +347,13 @@ final class SentryUIRedactBuilder {
338
347
// This crash only occurs when building with Xcode 16 for iOS 26, so we add a runtime check
339
348
returntrue
340
349
}
350
+
351
+
if viewTypeId ==Self.collectionViewListLayoutSectionBackgroundColorDecorationViewClassId {
352
+
// _UICollectionViewListLayoutSectionBackgroundColorDecorationView is a special case because it is used by the SwiftUI.List view to display the background color.
353
+
//
354
+
// We need to ignore it because it causes issues in the redaction clipping process.
0 commit comments