Bump semver
This commit is contained in:
parent
863a05b28b
commit
4b7eb74ef5
579 changed files with 13988 additions and 29840 deletions
3
node_modules/@opentelemetry/api/build/esm/api/propagation.d.ts
generated
vendored
3
node_modules/@opentelemetry/api/build/esm/api/propagation.d.ts
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
import { Context } from '../context/types';
|
||||
import { TextMapGetter, TextMapPropagator, TextMapSetter } from '../propagation/TextMapPropagator';
|
||||
import { getBaggage, setBaggage, deleteBaggage } from '../baggage/context-helpers';
|
||||
import { getBaggage, getActiveBaggage, setBaggage, deleteBaggage } from '../baggage/context-helpers';
|
||||
import { createBaggage } from '../baggage/utils';
|
||||
/**
|
||||
* Singleton object which represents the entry point to the OpenTelemetry Propagation API
|
||||
|
|
@ -41,6 +41,7 @@ export declare class PropagationAPI {
|
|||
disable(): void;
|
||||
createBaggage: typeof createBaggage;
|
||||
getBaggage: typeof getBaggage;
|
||||
getActiveBaggage: typeof getActiveBaggage;
|
||||
setBaggage: typeof setBaggage;
|
||||
deleteBaggage: typeof deleteBaggage;
|
||||
private _getGlobalPropagator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue