Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeplain-ai/codeplain
/ make_exc_info
Function
make_exc_info
tests/test_telemetry.py:28–32 ·
view source on GitHub ↗
(exception)
Source
from the content-addressed store, hash-verified
26
27
28
def
make_exc_info(exception):
29
try
:
30
raise
exception
31
except
type(exception):
32
return
sys.exc_info()
33
34
35
def
make_args(**overrides):
Callers
5
test_no_telemetry_env_var_disables
Function · 0.85
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_capture_crash_never_raises
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected