@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
6 lines • 393 B
TypeScript
/**
* Merge two baggage headers into one, where the existing one takes precedence.
* The order of the existing baggage will be preserved, and new entries will be added to the end.
*/
export declare function mergeBaggageHeaders<Existing extends string | string[] | number | undefined>(existing: Existing, baggage: string): string | undefined | Existing;
//# sourceMappingURL=baggage.d.ts.map