-
Notifications
You must be signed in to change notification settings - Fork 912
Open
Labels
Description
opentelemetry-js/experimental/packages/opentelemetry-instrumentation-http/README.md
Line 64 in 8e50498
| `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?
csilcock