Features
Disable Tracing For Functions
You can disable tracing for specific functions per vendor by passing the disable_tracing_for_functionss
parameter in Langtrace.init
function. The object
should have the vendor name as the key
and an array
of function names as the value
.
Disable Tracing In Typescript
See below on how you can disable funciton level tracing for specific vendors:
Disable Tracing In Python
See below on how you can disable funciton level tracing for specific vendors: