Fix extra space (#2354)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
parent
5deeb07080
commit
7b170c0a49
|
|
@ -137,7 +137,7 @@ using var tracerProvider = Sdk.CreateTracerProviderBuilder()
|
|||
// named "MyCompany.MyProduct.MyLibrary" only.
|
||||
.AddSource("MyCompany.MyProduct.MyLibrary")
|
||||
// The following subscribes to activities from all Activity Sources
|
||||
// whose name starts with "ABCCompany.XYZProduct.".
|
||||
// whose name starts with "ABCCompany.XYZProduct.".
|
||||
.AddSource("ABCCompany.XYZProduct.*")
|
||||
.Build();
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue