Jakub Malinowski
Jakub Malinowski
To reproduce: create a file with following contents: ``` coffeescript a = 1 require('./main2'); ``` observe error: /home/developer/.nvm/v0.8.20/lib/node_modules/commonjs-everywhere/node_modules/coffee-script-redux/lib/module.js:73 throw new Error(formatParserError(preprocessed, e)); ^ Error: Syntax error on line 2, column...
Problem 1: just setting the logger uses a default level instead of the one from env configuration (). Which means when setting a logger you need to fetch the ENV...
Currently `OpenTelemetry::SDK::Configurator#wrapped_exporters_from_env` uses a hard-coded case-when list of exporters. I'm proposing that we make the list extendable. A use case for the same easy configuration process (ENV-based) for vendors with...
Documentation assumes everywhere that the builds are never based on concatenation. For example, [manual instrumentation instructions](https://github.com/signalfx/splunk-otel-js-web/blob/main/docs/ManualInstrumentation.md) tell you to use: ``` import {trace} from '@opentelemetry/api' ``` which is impossible to...