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

Function hostnameForTelemetry

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

Source from the content-addressed store, hash-verified

464/** The hostname alone — a malformed URL yields "invalid" rather than leaking
465 * whatever string failed to parse. */
466const hostnameForTelemetry = (url: string): string => URL.parse(url)?.hostname ?? "invalid";
467
468// ---------------------------------------------------------------------------
469// oauth4webapi adapter helpers

Callers 1

withTokenRequestSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected