Currently ServerTracingFilter is wired up using a dynamic feature which makes it a post-matching filter. This means any processing done in pre-match filters is currently being excluded from traces.
Would it be possible to make this work as a pre match filter instead?