Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 27cb768

Browse files
Implement tracecontext propagation format (#31)
1 parent ac8eb9d commit 27cb768

8 files changed

Lines changed: 2456 additions & 2172 deletions

File tree

packages/opencensus-web-core/package-lock.json

Lines changed: 1083 additions & 1083 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-web-core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export {Tracing} from './trace/model/tracing';
2222
export * from './trace/model/attribute-keys';
2323

2424
// Re-export types this uses from @opencensus/web-types.
25-
export {Annotation, Attributes, BufferConfig, CanonicalCode, Config, Exporter, ExporterConfig, Link, LinkType, Logger, MessageEvent, MessageEventType, Propagation, SpanContext, SpanEventListener, SpanKind, Status, TracerConfig, TraceState} from '@opencensus/web-types';
25+
export {Annotation, Attributes, BufferConfig, CanonicalCode, Config, Exporter, ExporterConfig, HeaderGetter, HeaderSetter, Link, LinkType, Logger, MessageEvent, MessageEventType, Propagation, SpanContext, SpanEventListener, SpanKind, Status, TracerConfig, TraceState} from '@opencensus/web-types';
2626

2727
export * from './common/time-util';
2828
export * from './common/url-util';

0 commit comments

Comments
 (0)