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-

17 lines (13 loc) 324 B
// eslint-disable-next-line import/no-import-module-exports import _each from '../_each'; class PackageGlobals { constructor() { this.options = {}; } setOptions(opts) { _each(opts, (val, key) => { this.options[key] = val; }); } } module.exports = new PackageGlobals();