You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone `options.tags` before assignment due to unnecessary mutations
inside `Tracer` (open-telemetry#345)
Signed-off-by: Fedorov Anton <[email protected]>
JS/TS has the concept of modules as containers for code, so there isn't a need for a wrapper
Utils
class at there would be in Java.The
opentelemetry-plugin-http
has two such Utils classes:https://github.com/open-telemetry/opentelemetry-js/blob/b1255217a6f491756335fcb0945f4c8f205e0200/packages/opentelemetry-plugin-http/test/utils/Utils.ts
https://github.com/open-telemetry/opentelemetry-js/blob/cee42d8a97b9d24ebd76be5a63ff9673a4b2289f/packages/opentelemetry-plugin-http/src/utils.ts
This issue tracks refactoring those so that they just export the utility functions directly.
The text was updated successfully, but these errors were encountered: