Open Telemetry debugging
I have the Deno Open Telemetry set up, it works fine with a in-house Tempo collector. I'm trying to setup the collector to another one that requires auth (via headers) but this is not working, I think it is the collector is refusing the request. I'm using
1. How can I turn any kind of debugging on so I can see open telemetry requests errors?
2. Can I wrap the data, all traces, in a custom property?
OTEL_EXPORTER_OTLP_HEADERS="Authorization=<REDACTED>". Two questions:1. How can I turn any kind of debugging on so I can see open telemetry requests errors?
2. Can I wrap the data, all traces, in a custom property?
