Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge d48d73a into 9b3f9c7
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed May 11, 2021
2 parents 9b3f9c7 + d48d73a commit 14bc8fa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 53 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -107,6 +107,7 @@ Because the npm installer and node module resolution algorithm could potentially

### 1.0.0-rc.0 to x

- Removing `TimedEvent` which was not part of spec
- `HttpBaggage` renamed to `HttpBaggagePropagator`
- [#45](https://github.com/open-telemetry/opentelemetry-js-api/pull/45) `Span#context` renamed to `Span#spanContext`
- [#47](https://github.com/open-telemetry/opentelemetry-js-api/pull/47) `getSpan`/`setSpan`/`getSpanContext`/`setSpanContext` moved to `trace` namespace
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Expand Up @@ -21,7 +21,6 @@ export * from './diag';
export * from './propagation/NoopTextMapPropagator';
export * from './propagation/TextMapPropagator';
export * from './trace/attributes';
export * from './trace/Event';
export * from './trace/link';
export * from './trace/NoopTracer';
export * from './trace/NoopTracerProvider';
Expand All @@ -34,7 +33,6 @@ export * from './trace/span_kind';
export * from './trace/span';
export * from './trace/SpanOptions';
export * from './trace/status';
export * from './trace/TimedEvent';
export * from './trace/trace_flags';
export * from './trace/trace_state';
export * from './trace/tracer_provider';
Expand Down
25 changes: 0 additions & 25 deletions src/trace/Event.ts

This file was deleted.

26 changes: 0 additions & 26 deletions src/trace/TimedEvent.ts

This file was deleted.

0 comments on commit 14bc8fa

Please sign in to comment.