Skip to content

Commit 2c304af

Browse files
author
Chao
committed
fix markdown
1 parent 0fe536d commit 2c304af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/OpenTelemetry.Instrumentation.SqlClient/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
the new conventions.
1111
([#2811](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2811))
1212

13-
* Added `ContextPropagationLevel` option to propagate trace context to SQL Server database.
13+
* Added `ContextPropagationLevel` option to propagate trace context to
14+
SQL Server database.
1415
([#2709](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2709))
1516

1617
Valid options:
17-
* `trace`: Propagate traceparent info to SQL Server database (see [SET CONTEXT_INFO](https://learn.microsoft.com/en-us/sql/t-sql/statements/set-context-info-transact-sql?view=sql-server-ver16))
18-
* `disabled`: Default value
18+
* `trace`: Propagate traceparent info to SQL Server database (see [SET CONTEXT_INFO](https://learn.microsoft.com/en-us/sql/t-sql/statements/set-context-info-transact-sql?view=sql-server-ver16))
19+
* `disabled`: Default value
1920

2021
## 1.12.0-beta.1
2122

0 commit comments

Comments
 (0)