7 lines
96 B
Python
7 lines
96 B
Python
try:
|
|
from agents_sdk_trace_capture import install
|
|
|
|
install()
|
|
except Exception:
|
|
pass
|