Skip to content

Commit

Permalink
Merge 2488e72 into 83343ef
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna authored Feb 5, 2021
2 parents 83343ef + 2488e72 commit 7701fd2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/opentelemetry-api/src/trace/tracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ import { Span } from './span';
import { SpanOptions } from './SpanOptions';

/**
* Tracer provides an interface for creating {@link Span}s and propagating
* context in-process.
*
* Users may choose to use manual or automatic Context propagation. Because of
* that this class offers APIs to facilitate both usages.
* Tracer provides an interface for creating {@link Span}s.
*/
export interface Tracer {
/**
Expand Down

0 comments on commit 7701fd2

Please sign in to comment.