bug(EnvDetector): does not support otel resource attribute values containing spaces #3295
Labels
bug
Something isn't working
priority:p2
Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect
What happened?
Steps to Reproduce
set any otel resource attribute to a value containing a space
Expected Result
I would expect the events sent to otel collector to would have the same attributes set in
OTEL_RESOURCE_ATTRIBUTES
.Actual Result
EnvDetector
throws the following errorand the otel resource attributes are not present on the events sent to the otel collector.
Additional Details
OpenTelemetry Setup Code
package.json
Relevant log output
The text was updated successfully, but these errors were encountered: