Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Dec 20, 2024
1 parent 4ec21fb commit 0b098db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OpenTelemetry.Instrumentation.SqlClient/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
to set default explicit buckets following the [OpenTelemetry Specification](https://github.com/open-telemetry/semantic-conventions/blob/v1.29.0/docs/database/database-metrics.md).
([#2430](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2430))

* Enabling `SetDbStatementForText` will no longer capture the raw query text.
The query is now sanitized. Literal values in the query text are replaced
by a `?` character.
([#TBD](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/TBD))

## 1.10.0-beta.1

Released 2024-Dec-09
Expand Down

0 comments on commit 0b098db

Please sign in to comment.