Options
All
  • Public
  • Public/Protected
  • All
Menu

Encapsulates tracking information. The TrackingSubscriber will be invoked with an instance for each {@link Tracker} (or child Tracker) method invoked.

Hierarchy

  • BaseTrackingInfo
    • TrackingInfo

Index

Properties

count: number

The number of times this entry has been logged.

data: Record<string, any>

Optional additional data associated with this tracking entry.

duration: number

The difference in milliseconds between start and stop.

id: string

A random RFC 4122 UUID.

label: string

The description of this tracking entry.

start: number

The number of milliseconds between January 1, 1970 00:00:00 UTC and when this entry was created.

stop: number

The number of milliseconds between January 1, 1970 00:00:00 UTC and when this entry was ended.

type: string

The type of tracking information provided in this object. Either 'event', 'timer', or 'error'.