We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec89188 commit f45567fCopy full SHA for f45567f
packages/zipkin/src/tracer/index.js
@@ -39,6 +39,7 @@ class Tracer {
39
localEndpoint,
40
/* eslint-disable no-console */
41
log = console,
42
+ // defaultTags custom tags to add to all sampled spans. Defaults to empty.
43
defaultTags
44
}) {
45
this.log = log;
0 commit comments