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-
8 lines (7 loc) • 326 B
TypeScript
// When lightstep-tracer/browser is imported, typescript does not
// automatically infer that the types should be the same as lightstep-tracer. This
// declaration tells the compiler to look at the same types as index.d.ts.
declare module "lightstep-tracer/browser" {
import m = require("lightstep-tracer");
export = m;
}