UNPKG

@embrace-io/web-sdk

Version:
3 lines 378 B
import type { SDKControl, SDKInitConfig } from './types.js'; export declare const initSDK: ({ appID, appVersion, templateBundleID, resource, spanExporters, logExporters, spanProcessors, propagator, defaultInstrumentationConfig, instrumentations, contextManager, logProcessors, logLevel, diagLogger, }?: SDKInitConfig) => SDKControl | false; //# sourceMappingURL=initSDK.d.ts.map