Next release of setup-bun
This commit is contained in:
6
node_modules/@opentelemetry/api/build/esm/baggage/context-helpers.d.ts
generated
vendored
6
node_modules/@opentelemetry/api/build/esm/baggage/context-helpers.d.ts
generated
vendored
@@ -7,6 +7,12 @@ import { Baggage } from './types';
|
||||
* @returns {Baggage} Extracted baggage from the context
|
||||
*/
|
||||
export declare function getBaggage(context: Context): Baggage | undefined;
|
||||
/**
|
||||
* Retrieve the current baggage from the active/current context
|
||||
*
|
||||
* @returns {Baggage} Extracted baggage from the context
|
||||
*/
|
||||
export declare function getActiveBaggage(): Baggage | undefined;
|
||||
/**
|
||||
* Store a baggage in the given context
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user