1 | export { W3CBaggagePropagator } from './baggage/propagation/W3CBaggagePropagator';
|
2 | export { AnchoredClock, Clock } from './common/anchored-clock';
|
3 | export { isAttributeKey, isAttributeValue, sanitizeAttributes, } from './common/attributes';
|
4 | export { globalErrorHandler, setGlobalErrorHandler, } from './common/global-error-handler';
|
5 | export { loggingErrorHandler } from './common/logging-error-handler';
|
6 | export { addHrTimes, getTimeOrigin, hrTime, hrTimeDuration, hrTimeToMicroseconds, hrTimeToMilliseconds, hrTimeToNanoseconds, hrTimeToTimeStamp, isTimeInput, isTimeInputHrTime, millisToHrTime, timeInputToHrTime, } from './common/time';
|
7 | export { ErrorHandler, InstrumentationLibrary, InstrumentationScope, ShimWrapped, TimeOriginLegacy, } from './common/types';
|
8 | export { hexToBinary } from './common/hex-to-binary';
|
9 | export { ExportResult, ExportResultCode } from './ExportResult';
|
10 | import { getKeyPairs, serializeKeyPairs, parseKeyPairsIntoRecord, parsePairKeyValue } from './baggage/utils';
|
11 | export declare const baggageUtils: {
|
12 | getKeyPairs: typeof getKeyPairs;
|
13 | serializeKeyPairs: typeof serializeKeyPairs;
|
14 | parseKeyPairsIntoRecord: typeof parseKeyPairsIntoRecord;
|
15 | parsePairKeyValue: typeof parsePairKeyValue;
|
16 | };
|
17 | export { RandomIdGenerator, SDK_INFO, _globalThis, getEnv, getEnvWithoutDefaults, hexToBase64, otperformance, unrefTimer, } from './platform';
|
18 | export { CompositePropagator, CompositePropagatorConfig, } from './propagation/composite';
|
19 | export { TRACE_PARENT_HEADER, TRACE_STATE_HEADER, W3CTraceContextPropagator, parseTraceParent, } from './trace/W3CTraceContextPropagator';
|
20 | export { IdGenerator } from './trace/IdGenerator';
|
21 | export { RPCMetadata, RPCType, deleteRPCMetadata, getRPCMetadata, setRPCMetadata, } from './trace/rpc-metadata';
|
22 | export { AlwaysOffSampler } from './trace/sampler/AlwaysOffSampler';
|
23 | export { AlwaysOnSampler } from './trace/sampler/AlwaysOnSampler';
|
24 | export { ParentBasedSampler } from './trace/sampler/ParentBasedSampler';
|
25 | export { TraceIdRatioBasedSampler } from './trace/sampler/TraceIdRatioBasedSampler';
|
26 | export { isTracingSuppressed, suppressTracing, unsuppressTracing, } from './trace/suppress-tracing';
|
27 | export { TraceState } from './trace/TraceState';
|
28 | export { DEFAULT_ATTRIBUTE_COUNT_LIMIT, DEFAULT_ATTRIBUTE_VALUE_LENGTH_LIMIT, DEFAULT_ENVIRONMENT, DEFAULT_SPAN_ATTRIBUTE_PER_EVENT_COUNT_LIMIT, DEFAULT_SPAN_ATTRIBUTE_PER_LINK_COUNT_LIMIT, ENVIRONMENT, RAW_ENVIRONMENT, parseEnvironment, } from './utils/environment';
|
29 | export { merge } from './utils/merge';
|
30 | export { TracesSamplerValues } from './utils/sampling';
|
31 | export { TimeoutError, callWithTimeout } from './utils/timeout';
|
32 | export { isUrlIgnored, urlMatches } from './utils/url';
|
33 | export { isWrapped } from './utils/wrap';
|
34 | export { BindOnceFuture } from './utils/callback';
|
35 | export { VERSION } from './version';
|
36 | import { _export } from './internal/exporter';
|
37 | export declare const internal: {
|
38 | _export: typeof _export;
|
39 | };
|
40 |
|
\ | No newline at end of file |