Dashboard › cli › Distillation
ee192a26-0c93-4015-bd49-cc27e60cea48["lore_tm_v1_SXR9OS3YY8_fe49IBHyxcWMrcSHP5R--sMrlAvzQXyE","lore_tm_v1_EWhV4A9sSrqFQABjb1WkBIJYNfawoQ42YOzQg9o4sWI","lore_tm_v1_29rlsLDqKKPwbtDIUdy1kJHBusR49vMbLkddQyt09W4","lore_tm_v1_pB32P01myhRafRTV4cPtIwWtER-E3UHbQquQm8GOYTs","lore_tm_v1_74QPILmLe8CiTsamoHuzLPkQKtH-mMYxq0jhHZBoUMM","lore_tm_v1_dxFDYzq5RY-2mCR3M_6yCRGz5NOEPC5thgSeJ9cgx3I","lore_tm_v1_XLedip_juqXsL1KpK8dwT06dfTPKwQ4qdQescUlrs0o","lore_tm_v1_3PwAzFeEAIKwCmf6nHRvtjHOo9DgVXbXMnBo4_7ufN8","lore_tm_v1_W0h1bPe4LF-MY9SxdDBv1u8RPh3S8OIU7skimnPYvTQ","lore_tm_v1_Q961nxtEtFzXj8MGxPssBIm7DNex8xfOjI6_82Qj0Z8","lore_tm_v1_IjYA9poCqvFc4nm6ph4-n18v-QMQD5wE1wypgGExIOs","lore_tm_v1_8ZV06cUBoh9j3APxNNrUHhBW3V-7wviLI2GgMuo_ZvI","lore_tm_v1_6skKN7bTKW600mzjZH8ThceDJvI-kR90uJTZDu1SzPI"]
packages/cli/package.json identifies package sentry version 0.40.0-dev.0, requires Node >=18.0, declares development runtime Node >=22.15, and uses pnpm@10.11.0.packages/cli/package.json: typecheck runs pnpm run generate:docs && pnpm run generate:sdk && tsc --noEmit; lint runs biome check --no-errors-on-unmatched --max-diagnostics=none ./; test:unit runs generated docs/SDK followed by vitest run test/lib test/commands test/types test/script --coverage.fetchWithRetry.SENTRY_FORCE_ENV_TOKEN="1", that forced environment-token routing does not use a region cached for stored OAuth, and that routing rejects an unvalidated cross-origin destination with an error matching /Refusing to route requests/i.packages/cli/vitest.config.ts sets testTimeout: 15_000, isolate: true, pool: "forks", and legacy test.poolOptions.forks values execArgv: [] and env: { UV_USE_IO_URING: "0" }; tests include test/**/*.test.ts and test/**/*.test.tsx and exclude **/node_modules/** and **/dist/**.packages/cli/vitest.config.ts defines requireJsToTsPlugin() to rewrite relative lazy require("./path.js") calls in .ts sources when the corresponding .ts file exists, and jsToTsResolvePlugin() to resolve relative .js imports to existing .ts files.v4.1.10 run passed 1 test file and all 5 tests in 7.33s (transform 2.82s, setup 82ms, import 3.98s, tests 3.06s, environment 0ms).v4.1.10 run passed 2 test files and all 32 tests in 12.23s (transform 19.06s, setup 144ms, import 11.93s, tests 9.97s, environment 0ms); it emitted a missing-source-files sourcemap warning for packages/cli/dist/index.mjs and logged dashboard auto-defaulting --limit to 5 for a grouped widget.test.poolOptions was removed in Vitest 4 and previous poolOptions must be moved to top-level options.generate-api-schema.ts fetched Sentry API schema 0.253.0 and generated src/generated/api-schema.json with 216 endpoints at 107KB; generate-banner-sixel.ts generated src/generated/banner-sixel.ts at 640x155 and 4216 bytes; generate-parser.ts generated src/generated/search-parser.js at 31.1 KB plus src/generated/search-parser.d.ts.../../apps/cli-docs/src/content/docs/commands/index.md and ../../apps/cli-docs/src/content/docs/configuration.md; plugins/sentry-cli/skills/sentry-cli/SKILL.md plus 32 reference files, ../../apps/cli-docs/public/.well-known/skills/index.json, and src/generated/skill-content.ts; 105 commands discovered and ./src/sdk.generated.ts plus ./src/sdk.generated.d.cts generated.pnpm run typecheck completed successfully after regenerating docs and the SDK, with tsc --noEmit reporting no TypeScript errors.pnpm run lint completed successfully: Biome checked exactly 951 files in 36s with no fixes applied.