-
NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.3
-
Add
db.query.parameter.<key>
attribute(s) to query spans if opted into using
theOTEL_DOTNET_EXPERIMENTAL_SQLCLIENT_ENABLE_TRACE_DB_QUERY_PARAMETERS
environment variable. Not supported on .NET Framework.
(#3015,
#3081) -
Fix activities not being stopped on .NET Framework when using a global activity
listener.
(#3041) -
Breaking change: The
SetDbStatementForText
property has been removed.
Behaviors related to this option are now always enabled.
(#3072) -
Breaking change: The
Enrich
,Filter
andRecordException
properties have
been removed for .NET Framework where they were non-functional.
(#3079) -
Breaking change: The
Enrich
property has been renamed to
EnrichWithSqlCommand
and no longer passes an event name to the delegate.
(#3080)
See CHANGELOG for details.
-