You can disable tracing for any supported vendors by passing the 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

  1. Disable tracing for all vendors except the ones specified.
  1. Disable tracing for only the vendors specified.