You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent sensitive information from leaking through query strings, the following instrumentations redact by default any value detected in query string components when building the url.query or the url.full attributes: OpenTelemetry.Instrumentation.Http, OpenTelemetry.Instrumentation.AspNetCore, OpenTelemetry.Instrumentation.AspNet. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can customize this behavior through the environment variables. See the instrumentation options table for details.
Dependency updates
Following packages updated
OpenTelemetry.Instrumentation.Http from 1.8.0 to 1.8.1.
.NET only, following packages updated
Microsoft.Extensions.Configuration.Binder from 8.0.0 to 8.0.1,
OpenTelemetry.Instrumentation.AspNetCore from 1.8.0 to 1.8.1.
.NET Framework only, following packages updated
OpenTelemetry.Instrumentation.AspNet from 1.8.0-beta.1 to 1.8.0-beta.2.
Fixed
Stop creating receive consumer spans for consume attempts that returned no message. For details, see #3367