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.

optional authCredential: string

The auth credential for authentication.

optional debug: boolean

Indicates whether debug mode is enabled (true) or not (false). Default is false.

optional orgConfigs: OrgConfig[]

Required array of org configurations for multi org scenarios. Each orgUrl must be a Lightning URL (e.g., https://yourorg.lightning.force.com).

optional orgUrl: string

The org URL.