We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbacc6 commit c6f0fa3Copy full SHA for c6f0fa3
exporters/otlp/otlplog/otlploghttp/config.go
@@ -556,7 +556,6 @@ func convHeaders(s string) (map[string]string, error) {
556
// Only decode the value.
557
escVal, e := url.PathUnescape(rawVal)
558
if e != nil {
559
- global.Error(e, "escape header value", "value", rawVal)
560
err = errors.Join(err, fmt.Errorf("invalid header value: %s", rawVal))
561
continue
562
}
0 commit comments