UNPKG

traceapm

Version:

SDK for OpenTelemetry auto-instrumentation and OTLP export for Node.js apps.

7 lines (5 loc) 169 B
const HttpsProxyAgent = require('https-proxy-agent'); function getProxyAgent(proxyUrl) { return new HttpsProxyAgent(proxyUrl); } module.exports = { getProxyAgent };