This is the first release of the @opencensus/nodejs
module.
Commits
bc7d181 doc: update readme.md files and add examples (#29)
e89c193 feat: add package instrumentation-all to opencensus-node (#22)
55933f4 feat: add package exporter-trace-zipkin to opencensus-node (#19)
6f5c697 feat: add onStartSpan method to OnEndSpanEventListener interface and rename it to SpanEventListener (#20)
fbf0ae0 refactor: rename nodejs package name and default instrumentation package name (#17)
5cdb893 refactor: rename moduleExporters to moduleExports in BasePlugin class and Plugin interface
d4185b0 refactor(fix): changes to address review comments
f32d3f7 test: add new test cases for pluginloader and tracing classes
c098984 refactor: rename file plugingloader.ts to pluging-loader.ts
e154e00 fix: minor tslint issues
a175446 style: update Copyright notice for nodejs package
f34fdc3 refactor: rename TracingImpl to Tracing and use core types and classes module namespaces
0cde438 feat: add config logger in start and unit test
b5fee87 test: add test-pluginloader and test-trancing
2def9ac feat: add nodejs module