Class: Event
Defined in: core/src/TelemetryUtils.ts:23
Describes a single telemetry event. A telemetry event is when something occurs in the system.
Implements
Constructors
Constructor
new Event(
config,userId,data):Event
Defined in: core/src/TelemetryUtils.ts:54
Parameters
config
any
userId
string
data
Returns
Event
Properties
environment
readonlyenvironment:string
Defined in: core/src/TelemetryUtils.ts:32
The name of the environment that the event originated from. This is typically dev or prod.
origin
readonlyorigin:string
Defined in: core/src/TelemetryUtils.ts:37
The unique name of the service or client that the event originated from.
timestamp
readonlytimestamp:Date
Defined in: core/src/TelemetryUtils.ts:42
The date and time that the event occured.
type
readonlytype:string
Defined in: core/src/TelemetryUtils.ts:47
The type of event being recorded.
Implementation of
uid
readonlyuid:string
Defined in: core/src/TelemetryUtils.ts:27
The universally unique identifier of the event.
userId
readonlyuserId:string
Defined in: core/src/TelemetryUtils.ts:52
The universally unique identifer of the user that sent the event.