@tigorhutasuhut/telemetry-js - v0.7.3
    Preparing search index...

    Interface FetchExporterConfig

    interface FetchExporterConfig {
        headers?: Record<string, string>;
        timeoutMs?: number;
        url: string;
    }
    Index

    Properties

    headers?: Record<string, string>
    timeoutMs?: number
    url: string