Skip to content

Instrumentation.Http-1.8.1

Compare
Choose a tag to compare
@CodeBlanch CodeBlanch released this 12 Apr 19:33
· 176 commits to main since this release
e222ecb

OpenTelemetry.Instrumentation.Http

  • Breaking Change: Fixed tracing instrumentation so that by default any
    values detected in the query string component of requests are replaced with
    the text Redacted when building the url.full tag. For example,
    ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can
    disable this redaction by setting the environment variable
    OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION to true.
    (#5532)