6 lines
638 B
TypeScript
6 lines
638 B
TypeScript
import { OtlpHttpConfiguration } from './configuration/otlp-http-configuration';
|
|
import { ISerializer } from '@opentelemetry/otlp-transformer';
|
|
import { IOtlpExportDelegate } from './otlp-export-delegate';
|
|
export declare function createOtlpXhrExportDelegate<Internal, Response>(options: OtlpHttpConfiguration, serializer: ISerializer<Internal, Response>): IOtlpExportDelegate<Internal>;
|
|
export declare function createOtlpSendBeaconExportDelegate<Internal, Response>(options: OtlpHttpConfiguration, serializer: ISerializer<Internal, Response>): IOtlpExportDelegate<Internal>;
|
|
//# sourceMappingURL=otlp-browser-http-export-delegate.d.ts.map
|