Type Alias: AnalyticsSdkConfig
AnalyticsSdkConfig:
object
Defines the configuration options for the Analytics SDK.
For multi org scenarios, use the orgConfigs array instead of orgUrl and authCredential:
Each orgUrl in orgConfigs must be a Lightning URL (e.g., https://yourorg.lightning.force.com), not the my.salesforce.com domain URL.
optionalauthCredential:string
The auth credential for authentication.
optionaldebug:boolean
Indicates whether debug mode is enabled (true) or not (false). Default is false.
optionalorgConfigs:OrgConfig[]
Required array of org configurations for multi org scenarios. Each orgUrl must be a Lightning URL (e.g., https://yourorg.lightning.force.com).
optionalorgUrl:string
The org URL.