disable_instrumentations
parameter in Langtrace.init
function. There are two ways to disable tracing for vendors. Either set all_except
to disable all vendors except the ones specified or set only
to disable only the vendors specified.
all_except
and only
can be set in the
disable_instrumentations
object. Setting both of them will throw an
error