opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

refactor(otlp-exporter-base): use get*FromEnv() for otlp exporter config

Open weyert opened this issue 7 months ago • 1 comments
trafficstars

Which problem is this PR solving?

Migrated away from using process.env to use the getStringFromEnv-function

Fixes #5562

Short description of the changes

Replaced the usage of process.env with the built-in getEnv utility functions

Type of change

  • [X] Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [ ] Test A

Checklist:

  • [ ] Followed the style guidelines of this project
  • [ ] Unit tests have been added
  • [ ] Documentation has been updated

weyert avatar Apr 02 '25 16:04 weyert