zipkin-core
Advanced tools
Comparing version 0.1.3 to 0.1.4
22
index.js
@@ -10,11 +10,15 @@ const Annotation = require('./src/annotation'); | ||
const serializeSpan = require('./src/serializeSpan'); | ||
const sampler = require('./src/sampler'); | ||
module.exports.trace = trace; | ||
module.exports.TraceId = TraceId; | ||
module.exports.option = option; | ||
module.exports.Annotation = Annotation; | ||
module.exports.InetAddress = InetAddress; | ||
module.exports.HttpHeaders = HttpHeaders; | ||
module.exports.ZipkinTracer = ZipkinTracer; | ||
module.exports.consoleTracer = consoleTracer; | ||
module.exports.serializeSpan = serializeSpan; | ||
module.exports = { | ||
trace, | ||
TraceId, | ||
option, | ||
Annotation, | ||
InetAddress, | ||
HttpHeaders, | ||
ZipkinTracer, | ||
consoleTracer, | ||
serializeSpan, | ||
sampler | ||
}; |
{ | ||
"name": "zipkin-core", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "The core tracer for zipkin.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1429
45242