Skip to content

Configuration Types

SonarSDKConfig

Configuration object passed to the SonarSDK constructor.

interface SonarSDKConfig {
apiKey: string;
instanceName?: string;
baseUrl?: string;
timeout?: number;
headers?: Record<string, string>;
}