Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _sent_log_path
Function
_sent_log_path
uncommon_route/telemetry.py:227–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
226
227
def
_sent_log_path() -> Path:
228
return
_config_dir() /
"telemetry_sent.jsonl"
229
230
231
def
buffer_record(record: TelemetryRecord) -> None:
Callers
3
status
Function · 0.85
flush
Function · 0.85
get_sent_records
Function · 0.85
Calls
1
_config_dir
Function · 0.85
Tested by
no test coverage detected