devtools.DevToolsTrackEvent
Dependency tracking event payload recorded in the DevTools ring buffer.
consumerName: string
Name of the active consumer subscriber reading the source.
consumerType: string
Consumer category ('effect' | 'computed' | 'adapter').
sourceLabel: string
Diagnostic label of the reactive source being read.
timestamp: number
Timestamp in milliseconds.
type: "track"
Event classification discriminator.