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 1bc4912 commit 2756cfeCopy full SHA for 2756cfe
packages/node/src/integrations/http.ts
@@ -17,7 +17,7 @@ import {
17
const NODE_VERSION = parseSemver(process.versions.node);
18
19
/**
20
- * The http module integration instruments nodes internal http module. It creates breadcrumbs, transactions for outgoing
+ * The http module integration instruments Node's internal http module. It creates breadcrumbs, transactions for outgoing
21
* http requests and attaches trace data when tracing is enabled via its `tracing` option.
22
*/
23
export class Http implements Integration {
0 commit comments