UNPKG

lightstep-tracer

Version:

> ❗ **This instrumentation is no longer recommended**. Please review [documentation on setting up and configuring the OpenTelemetry Node.js Launcher](https://github.com/lightstep/otel-launcher-node) or [OpenTelemetry JS (Browser)](https://github.com/open-

10 lines (9 loc) 317 B
describe("SpanContextImp", function() { describe("SpanContextImp#forEachBaggageItem", function() { it("is a method", function() { var span = Tracer.startSpan('test'); expect(span.context().forEachBaggageItem).to.be.a("function"); span.finish(); }); }); });