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

Commit

Permalink
Simplify startSpan example
Browse files Browse the repository at this point in the history
  • Loading branch information
bensigelman committed Aug 29, 2016
1 parent 83326ab commit 72945db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class Tracer {
*
* // Start a new (child) Span:
* var child = Tracer.startSpan('Subroutine', {
* reference: Tracer.childOf(parent.context()),
* childOf: parent.context(),
* });
*
* @param {string} name - the name of the operation.
Expand Down

0 comments on commit 72945db

Please sign in to comment.