Commit 7dad226
authored
fix: stop tracing HTTPS traffic to the agent (#7545)
request.js destructures { httpsAgent } from ./agents but agents.js
exported HttpsAgent (PascalCase), so httpsAgent was undefined.
Only affects configs using HTTPS to reach the agent. With the fix,
those requests use the custom agent and are no longer traced.1 parent d5c7efd commit 7dad226
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
0 commit comments