UNPKG

browse

Version:

Unified Browserbase CLI for browser automation and cloud APIs.

11 lines (10 loc) 294 B
import { captureCommandInvoked } from "../lib/telemetry.js"; const hook = async function ({ Command, config }) { try { captureCommandInvoked(Command, config.version); } catch { // Best-effort telemetry should never affect CLI behavior. } }; export default hook;