This commit is contained in:
Mikel Blanchard 2022-10-28 11:03:04 -07:00 committed by GitHub
parent 8add3db43a
commit 14794b8022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ being exported. Such a "FilteringProcessor" can be written to toggle the
`Activity.Recorded` flag. An example "FilteringProcessor" is shown
[here](./MyFilteringProcessor.cs).
When using such a filtering processor if should be registered BEFORE the
When using such a filtering processor it should be registered BEFORE the
processor containing the exporter which should be bypassed:
```csharp