ClickstreamTraceConfiginterface
Configuration for Clickstream trace behavior. Controls how user interaction events are tracked and organized in traces.
Properties (5)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| descriptiveName⚓︎ | boolean | true | x | If |
| enabled⚓︎ | boolean | x | Whether the Clickstream trace is enabled. |
|
| events⚓︎ | string[] | ["click"] | x | List of DOM event names to capture as Clickstream trace spans. |
| nestEventListeners⚓︎ | boolean | true | x | If |
| structure⚓︎ | "sibling" | "nested" | "sibling" | x | If If |