JS: err running braintrust CLI
The Braintrust CLI cannot bundle some jsdom-heavy dependency graphs, so it fails where a plain node run would work. Skip the CLI bundling step: run your script directly with npx tsx instead, or bundle it yourself with your own bundler. Note that --bundle is an outdated alias for --push, so make sure you are using the flag you think you are.
_Source: gh:braintrustdata/braintrust-sdk-javascript#431 (Braintrust)_