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

@opencensus/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@kjin kjin released this 11 Jun 17:31
· 488 commits to master since this release

This is the first release of the @opencensus/instrumentation-http module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
6f5c697 feat: add onStartSpan method to OnEndSpanEventListener interface and rename it to SpanEventListener (#20)
6199de0 refactor: addressing additional review comments
3b564fd refactor(fix): changes to address review comments
0825262 fix: wrong return for outgoingRequest causing some tests failing in node 6
ab7f722 refactor: refactor B3Format to implement core propagation interface
20c44f8 feat: add http/https automatic tracing
497261a feat: http/https package structure