You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ignoreOutgoingRequestHook`|`IgnoreOutgoingRequestFunction`| Http instrumentation will not trace all outgoing requests that matched with custom function |
How is this setting supposed to be used? What are the parameters to the function? What is the function supposed to return? What do the return values indicate to the hook invoker?
The text was updated successfully, but these errors were encountered:
I agree. All hooks in that instrumentation are in dire need of documentation.
There are lots of ways these can be used incorrectly too. We should also update the tsdoc for these as they are currently also very vague.
opentelemetry-js/experimental/packages/opentelemetry-instrumentation-http/README.md
Line 64 in 8e50498
How is this setting supposed to be used? What are the parameters to the function? What is the function supposed to return? What do the return values indicate to the hook invoker?
The text was updated successfully, but these errors were encountered: