bcronin
bcronin
Basic usage of the OpenTracing APIs in JS should be provided along with the code.
From @syrnick in #24 : > This causes a global leak: > > Error: global leak detected: __opentracing_singleton (when running tests with mocha --check-leaks ...) > > In node, the...
Consider the following scenario in Node: - Application A has a dependency on package B - A has a dependency on `[email protected]` - B has a dependency on `[email protected]` All...
Steps to reproduce: 1. Go into the examples/browser folder 2. Open test.html 3. Everything works as expected 4. Add setUp and tearDown functions to suite1.js 5. Refresh the page to...