datadog-ux-utils Documentation - v1.0.0
Preparing search index...
datadog
DdBaseInit
Type Alias DdBaseInit
type
DdBaseInit
=
{
applicationId
:
string
;
clientToken
:
string
;
site
?:
|
"datadoghq.com"
|
"datadoghq.eu"
|
"us3.datadoghq.com"
|
"us5.datadoghq.com"
|
"ap1.datadoghq.com"
;
service
?:
string
;
env
?:
string
;
version
?:
string
;
sessionSampleRate
?:
number
;
sessionReplaySampleRate
?:
number
;
actionSampleRate
?:
number
;
errorSampleRate
?:
number
;
enableSessionReplay
?:
boolean
;
enableLogs
?:
boolean
;
rumOverrides
?:
Partial
<
RumInitConfiguration
>
;
logsOverrides
?:
Partial
<
LogsInitConfiguration
>
;
}
Index
Properties
application
Id
client
Token
site?
service?
env?
version?
session
Sample
Rate?
session
Replay
Sample
Rate?
action
Sample
Rate?
error
Sample
Rate?
enable
Session
Replay?
enable
Logs?
rum
Overrides?
logs
Overrides?
Properties
application
Id
applicationId
:
string
client
Token
clientToken
:
string
Optional
site
site
?:
|
"datadoghq.com"
|
"datadoghq.eu"
|
"us3.datadoghq.com"
|
"us5.datadoghq.com"
|
"ap1.datadoghq.com"
Optional
service
service
?:
string
Optional
env
env
?:
string
Optional
version
version
?:
string
Optional
session
Sample
Rate
sessionSampleRate
?:
number
Optional
session
Replay
Sample
Rate
sessionReplaySampleRate
?:
number
Optional
action
Sample
Rate
actionSampleRate
?:
number
Optional
error
Sample
Rate
errorSampleRate
?:
number
Optional
enable
Session
Replay
enableSessionReplay
?:
boolean
Optional
enable
Logs
enableLogs
?:
boolean
Optional
rum
Overrides
rumOverrides
?:
Partial
<
RumInitConfiguration
>
Optional
logs
Overrides
logsOverrides
?:
Partial
<
LogsInitConfiguration
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
application
Id
client
Token
site
service
env
version
session
Sample
Rate
session
Replay
Sample
Rate
action
Sample
Rate
error
Sample
Rate
enable
Session
Replay
enable
Logs
rum
Overrides
logs
Overrides
datadog-ux-utils Documentation - v1.0.0
Loading...