MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / telemetry_enabled

Function telemetry_enabled

plain2code_telemetry.py:52–56  ·  view source on GitHub ↗

Return True if crash reporting should be active.

()

Source from the content-addressed store, hash-verified

50
51
52def telemetry_enabled() -> bool:
53 """Return True if crash reporting should be active."""
54 if os.environ.get(NO_TELEMETRY_ENV_VAR):
55 return False
56 return True
57
58
59def initialize_telemetry(**init_overrides: Any) -> bool:

Callers 3

initialize_telemetryFunction · 0.85
capture_crashFunction · 0.85

Calls

no outgoing calls

Tested by 1