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.
2 parents 882928c + 9a20e15 commit 381e294Copy full SHA for 381e294
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