detsys-ts
Preparing search index...
DiagnosticEvent
Type Alias DiagnosticEvent
An event to send to the diagnostic endpoint of i.d.s.
type
DiagnosticEvent
=
{
context
:
Record
<
string
,
unknown
>
;
correlation
:
AnonymizedCorrelationHashes
;
event_name
:
string
;
facts
:
Record
<
string
,
string
|
boolean
>
;
features
:
{
[
k
:
string
]:
string
|
boolean
}
;
timestamp
:
Date
;
uuid
:
UUID
;
}
Index
Properties
context
correlation
event_
name
facts
features
timestamp
uuid
Properties
context
context
:
Record
<
string
,
unknown
>
correlation
correlation
:
AnonymizedCorrelationHashes
event_
name
event_name
:
string
facts
facts
:
Record
<
string
,
string
|
boolean
>
features
features
:
{
[
k
:
string
]:
string
|
boolean
}
timestamp
timestamp
:
Date
uuid
uuid
:
UUID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
correlation
event_
name
facts
features
timestamp
uuid
detsys-ts
Loading...
An event to send to the diagnostic endpoint of i.d.s.