opentelemetry-js
opentelemetry-js copied to clipboard
refactor(otlp-exporter-base): use get*FromEnv() for otlp exporter config
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