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.
Only one of
all_except and only can be set in the
disable_instrumentations object. Setting both of them will throw an
error- Disable tracing for all vendors except the ones specified.
- Disable tracing for only the vendors specified.