`config.postFilters` is not read anywhere, so `removeTrailingNewLines`, `removeTrailingPeriods`, and `removeTrailingSpaces` have no effect on a span. ### Acceptance Criteria - [ ] Each of the three post filters trims the span it names. - [ ] Behavior matches the Java engine.
config.postFiltersis not read anywhere, soremoveTrailingNewLines,removeTrailingPeriods, andremoveTrailingSpaceshave no effect on a span.Acceptance Criteria