Instrumentation.AspNetCore-1.8.1
·
607 commits
to main
since this release
OpenTelemetry.Instrumentation.AspNetCore
- Breaking Change: Fixed tracing instrumentation so that by default any
values detected in the query string component of requests are replaced with
the textRedactedwhen building theurl.querytag. For example,
?key1=value1&key2=value2becomes?key1=Redacted&key2=Redacted. You can
disable this redaction by setting the environment variable
OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTIONtotrue.
(#5532)