Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Respond to PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bhs committed Mar 17, 2017
1 parent d1d13b6 commit a0c94a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ export default class Tracer {
* ],
* });
*
* @param {string} name - the name of the operation.
* @param {string} name - the name of the operation (REQUIRED).
* @param {object} [fields] - the fields to set on the newly created span.
* @param {string} [fields.operationName] - DEPRECATED: the name to use for
* the newly created span. Provided for backwards-compatibility.
* the newly created span. If provided, overrides the first argument
* to startSpan(). Provided for backwards-compatibility.
* @param {SpanContext} [fields.childOf] - a parent SpanContext (or Span,
* for convenience) that the newly-started span will be the child of
* (per REFERENCE_CHILD_OF). If specified, `fields.references` must
Expand Down

0 comments on commit a0c94a5

Please sign in to comment.