MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / hostnameForTelemetry

Function hostnameForTelemetry

packages/core/sdk/src/oauth-helpers.ts:405–405  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

403/** The hostname alone — a malformed URL yields "invalid" rather than leaking
404 * whatever string failed to parse. */
405const hostnameForTelemetry = (url: string): string => URL.parse(url)?.hostname ?? "invalid";
406
407// ---------------------------------------------------------------------------
408// oauth4webapi adapter helpers

Callers 1

withTokenRequestSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected