We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273d5fc commit bfd6665Copy full SHA for bfd6665
experimental/packages/opentelemetry-instrumentation-xml-http-request/src/types.ts
@@ -30,7 +30,7 @@ export type OpenFunction = (
30
/**
31
* method "send" from XMLHttpRequest
32
*/
33
-export type SendFunction = (body?: SendBody) => void;
+export type SendFunction = typeof XMLHttpRequest.prototype.send;
34
35
export type SendBody =
36
| string
0 commit comments