File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/OpenTelemetry.Instrumentation.SqlClient Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments