@embrace-io/web-sdk
Version:
8 lines • 307 B
TypeScript
import type { OtlpSharedConfiguration } from '@opentelemetry/otlp-exporter-base';
interface OtlpFetchExporterConfig extends OtlpSharedConfiguration {
url: string;
headers: Record<string, string>;
keepalive?: boolean;
}
export type { OtlpFetchExporterConfig };
//# sourceMappingURL=types.d.ts.map