Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
common
insights
InsightsEvent
Interface InsightsEvent
Base event interface - all apps inherit this OTel-compatible: maps to Span in OpenTelemetry
interface
InsightsEvent
{
app_name
:
string
;
app_version
:
string
;
client_info
?:
{
user_agent
:
string
;
viewport_size
:
string
;
[
key
:
string
]
:
any
;
}
;
duration_ms
?:
number
;
event_id
:
string
;
event_type
:
string
;
parent_event_id
?:
string
;
payload
:
Record
<
string
,
any
>
;
session_id
:
string
;
tags
?:
string
[]
;
timestamp
:
number
;
trace_id
?:
string
;
user_id
:
string
;
}
Index
Properties
app_
name
app_
version
client_
info?
duration_
ms?
event_
id
event_
type
parent_
event_
id?
payload
session_
id
tags?
timestamp
trace_
id?
user_
id
Properties
app_
name
app_
name
:
string
app_
version
app_
version
:
string
Optional
client_
info
client_
info
?:
{
user_agent
:
string
;
viewport_size
:
string
;
[
key
:
string
]
:
any
;
}
Optional
duration_
ms
duration_
ms
?:
number
event_
id
event_
id
:
string
event_
type
event_
type
:
string
Optional
parent_
event_
id
parent_
event_
id
?:
string
payload
payload
:
Record
<
string
,
any
>
session_
id
session_
id
:
string
Optional
tags
tags
?:
string
[]
timestamp
timestamp
:
number
Optional
trace_
id
trace_
id
?:
string
user_
id
user_
id
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
app_
name
app_
version
client_
info
duration_
ms
event_
id
event_
type
parent_
event_
id
payload
session_
id
tags
timestamp
trace_
id
user_
id
Tidyscripts Docs
Loading...
Base event interface - all apps inherit this OTel-compatible: maps to Span in OpenTelemetry