import { setTracingDisabled } from '../../packages/agents-core/src'; export function setup() { setTracingDisabled(true); }