We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7633cae commit 9a20e15Copy full SHA for 9a20e15
plugins/node/instrumentation-undici/src/types.ts
@@ -53,7 +53,7 @@ export interface RequestHookFunction<T = UndiciRequest> {
53
}
54
55
export interface ResponseHookFunction<
56
- RequestType = UndiciResponse,
+ RequestType = UndiciRequest,
57
ResponseType = UndiciResponse
58
> {
59
(span: Span, info: { request: RequestType; response: ResponseType }): void;
0 commit comments