MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _telemetry_status_payload

Function _telemetry_status_payload

uncommon_route/support.py:187–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185
186
187def _telemetry_status_payload() -> dict[str, Any]:
188 try:
189 import uncommon_route.telemetry as telemetry
190 return telemetry.status()
191 except Exception as exc:
192 return {
193 "enabled": False,
194 "available": False,
195 "load_error": str(exc),
196 }
197
198
199def _bundle_manifest(path: Path, *, recent_traces: list[dict[str, Any]]) -> dict[str, Any]:

Callers 1

build_support_bundleFunction · 0.85

Calls 1

statusMethod · 0.45

Tested by

no test coverage detected