Skip to content

Commit f45567f

Browse files
docs: adds note about defaultTags (#519)
Co-authored-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
1 parent ec89188 commit f45567f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/zipkin/src/tracer/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class Tracer {
3939
localEndpoint,
4040
/* eslint-disable no-console */
4141
log = console,
42+
// defaultTags custom tags to add to all sampled spans. Defaults to empty.
4243
defaultTags
4344
}) {
4445
this.log = log;

0 commit comments

Comments
 (0)