Sam Newman

Results 2 comments of Sam Newman

@sheepsteak it might be possible if the `babel/polyfill` is applied to the module calling `injectr(..)` and that passes in the current `global` as the context e.g. ``` javascript const someModule...

another issue i want to add to this thread an issue i've encountered in the code, the _patchConstructor https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-fetch/src/fetch.ts#L295-L405 it seems a conscious choice was made to explicitly ignore the...