MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / debugLog

Function debugLog

packages/node-core/src/proxy/index.ts:42–44  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

40import { parseProxyResponse } from './parse-proxy-response';
41
42function debugLog(...args: unknown[]): void {
43 debug.log('[https-proxy-agent]', ...args);
44}
45
46type Protocol<T> = T extends `${infer Protocol}:${infer _}` ? Protocol : never;
47

Callers 2

constructorMethod · 0.70
connectMethod · 0.70

Calls 1

logMethod · 0.65

Tested by

no test coverage detected