Skip to content

Commit d87ce66

Browse files
authored
[docs] Update note on SqlClient (open-telemetry#2424)
1 parent 6fdd39f commit d87ce66

File tree

1 file changed

+4
-4
lines changed
  • src/OpenTelemetry.Instrumentation.SqlClient

1 file changed

+4
-4
lines changed

src/OpenTelemetry.Instrumentation.SqlClient/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ using var tracerProvider = Sdk.CreateTracerProviderBuilder()
186186
```
187187

188188
> [!NOTE]
189-
> When using the built-in `System.Data.SqlClient` only stored procedure
190-
command names will ever be captured. When using the `Microsoft.Data.SqlClient`
191-
NuGet package (v1.1+) stored procedure command names, full query text, and other
192-
command text will be captured.
189+
> When using the built-in `System.Data.SqlClient`, only stored procedure command
190+
names will be captured. To capture query text, other command text and
191+
stored procedure command names, you need to use the `Microsoft.Data.SqlClient`
192+
NuGet package (v1.1+).
193193

194194
### Enrich
195195

0 commit comments

Comments
 (0)