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 caaae65 commit a761da8Copy full SHA for a761da8
sdk_contrib/fetch/README.md
@@ -9,7 +9,7 @@ global fetch support starting with [NodeJS 18](https://nodejs.org/en/blog/announ
9
const { captureFetchGlobal } = require('aws-xray-sdk-fetch');
10
11
// To use globally defined fetch (available in NodeJS 18+)
12
-const fetch = captureFetchGloba();
+const fetch = captureFetchGlobal();
13
const result = await fetch('https://foo.com');
14
15
// To use node-fetch module
0 commit comments