-
public final class DatadogModifierKt
-
-
Method Summary
-
-
Method Detail
-
datadog
final static Modifier datadog(Modifier $self, String name, Boolean isImage)
Adds Datadog-specific semantic information to the layout node for the Session Replay feature.
This modifier ensures that the component is included in the semantics tree, allowing Session Replay to identify and interpret it correctly during recording.
- Parameters:
name- The name of the component to be displayed in the semantics tree.isImage- Set totrueif the component represents an image.
-
-
-
-