OpenTelemetry - CNCF/opentelemetry-dotnet: Release Instrumentation.AspNetCore-1.8.1
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: Instrumentation.AspNetCore-1.8.1
Released: 2024-04-12
License: Apache-2.0
Release Assets:
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 text
Redacted
when building theurl.query
tag. For example,?key1=value1&key2=value2
becomes?key1=Redacted&key2=Redacted
. You can disable this redaction by setting the environment variableOTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTION
totrue
. (#5532)