We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f586a commit 776ed93Copy full SHA for 776ed93
DatadogRUM/Sources/Instrumentation/Views/SwiftUI/SwiftUIRUMViewsPredicate.swift
@@ -24,6 +24,8 @@ public protocol SwiftUIRUMViewsPredicate {
24
/// This implementation tracks all detected SwiftUI views with their extracted names.
25
/// The view name in RUM Explorer will match the name extracted from the SwiftUI view.
26
public struct DefaultSwiftUIRUMViewsPredicate: SwiftUIRUMViewsPredicate {
27
+ public init() {}
28
+
29
public func rumView(for extractedViewName: String) -> RUMView? {
30
return RUMView(name: extractedViewName)
31
}
0 commit comments