-
We are using const ShouldIgnoreRequest = (request: IncomingMessage): boolean => false;
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah the suppress tracing context flag probably doesn't work because the http autoinstrumentation starts the span before you would ever have a chance to set that property. There is no spec for things like this yet, but there is an instrumentation sig. For now, we might be able to implement a configurable request filter that takes the raw request or something. Others have requested similar in the past. |
Beta Was this translation helpful? Give feedback.
Yeah the suppress tracing context flag probably doesn't work because the http autoinstrumentation starts the span before you would ever have a chance to set that property.
There is no spec for things like this yet, but there is an instrumentation sig. For now, we might be able to implement a configurable request filter that takes the raw request or something. Others have requested similar in the past.