Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Codeplain-ai/codeplain
/ init_with_transport
Function
init_with_transport
tests/test_telemetry.py:63–64 ·
view source on GitHub ↗
(transport)
Source
from the content-addressed store, hash-verified
61
62
63
def
init_with_transport(transport):
64
assert initialize_telemetry(transport=transport)
65
66
67
def
test_no_telemetry_env_var_disables(monkeypatch, transport):
Callers
10
test_capture_crash_sends_event_with_tags
Function · 0.85
test_capture_crash_without_user_email
Function · 0.85
test_capture_crash_without_run_state
Function · 0.85
test_local_variables_are_scrubbed
Function · 0.85
test_request_headers_local_is_scrubbed
Function · 0.85
test_nested_sensitive_keys_are_scrubbed
Function · 0.85
test_environment_defaults_to_production
Function · 0.85
test_environment_env_var_respected
Function · 0.85
test_release_is_client_version
Function · 0.85
test_capture_crash_never_raises
Function · 0.85
Calls
1
initialize_telemetry
Function · 0.90
Tested by
no test coverage detected