We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744d9f6 commit cb4912bCopy full SHA for cb4912b
1 file changed
internal/pkg/print/debug.go
@@ -13,7 +13,7 @@ import (
13
"github.com/stackitcloud/stackit-sdk-go/core/config"
14
)
15
16
-var defaultHTTPHeaders = []string{"Accept", "Content-Type", "Content-Length", "User-Agent", "Date", "Referrer-Policy"}
+var defaultHTTPHeaders = []string{"Accept", "Content-Type", "Content-Length", "User-Agent", "Date", "Referrer-Policy", "Traceparent"}
17
18
// BuildDebugStrFromInputModel converts an input model to a user-friendly string representation.
19
// This function converts the input model to a map, removes empty values, and generates a string representation of the map.
0 commit comments