Dashboard › cli › Distillation
a494266f-4b52-43a2-83af-7b0423b69071["lore_tm_v1_UffIZ83uT6w3_33eOS7heEfmi0p4VhMkFzTuTSC1rTY","lore_tm_v1_7X-9c2ncyde0JYUgvw3yI7PG8kGrroBffiDt5JFYnpg","lore_tm_v1_BbAhkg7CZ3XrYhqR8HDmYTRorm9ULedPF5JojNYyRG4","lore_tm_v1_MJlu58IzQ1jdMBZb60aj8n9AwCL-y5nWMroroxSfQPU","lore_tm_v1__2992Fek8IwKWwMmIL0K71t-pYdyR2JgSX0VIjLqVkg","lore_tm_v1_2wzk2pcvOzQLqlw_wRhP2Yx1HFGKohFbrXTfymY0Y8Q","lore_tm_v1_-FS11mtgmM25DwYYYHFyurwt2_Qys6wwynFG2YVtu_I","lore_tm_v1_yCoQM-lArpD8k4huJRi6c5IhwcJJbNDfKO3snHznCQ4","lore_tm_v1_Ve1HuPVzQddVCU6SHLcxOc-8KtoY5HlEVEgW2D68tsc","lore_tm_v1_EgP5alHYYPxarxa7WCyQv3vv5pQtitEci5bL9k4ZlQA","lore_tm_v1_-ZYqKywX2WARWKM4ofJpG6ID7kkU_pAqq7NZ17xId8o","lore_tm_v1_ug1Lpok8Iq5eLHrBuHJaOyq2aCyvAPpc-nuWWKEBQ1M","lore_tm_v1_29X3OKHLg_JsGlQdIOwJPW3TDdlAMEA_-3vsjLJYq1s","lore_tm_v1_pY18BZzvk9g444BH0RiHEcAOXNNH7IZG3s0UdhS-gEo","lore_tm_v1_cF5XhWcTlInQBNoeEjSV44AJl1Q8mkwEvYW1yqB2VUk"]
sentry@0.45.0-dev.0 via pnpm run generate:docs && pnpm run generate:sdk && tsc --noEmit.packages/cli/src/generated/banner-sixel.ts (640x155, sixel 4216 bytes), packages/cli/src/generated/search-parser.js (31.1 KB), packages/cli/src/generated/search-parser.d.ts, 36 command doc pages plus 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 36 reference files, apps/cli-docs/public/.well-known/skills/index.json, packages/cli/src/generated/skill-content.ts, packages/cli/src/sdk.generated.ts, and packages/cli/src/sdk.generated.d.cts; SDK generation discovered 112 commands, and all generated docs sections were up to date.biome check --no-errors-on-unmatched --error-on-warnings --max-diagnostics=none ./ checked 1030 files in 56s with no fixes applied.check:deps found no runtime dependencies in package.json; check:errors found no error-class anti-patterns; check:patches confirmed all patched dependency versions match installed versions; check:stale-refs found no stale package-manager references for current package manager pnpm across 27 files.packages/cli/src/commands/cli/upgrade.ts.versionExists(), while pinned nightly versions are rerouted to the standalone/curl path before the package-manager branch.resolveTargetVersion() in packages/cli/src/commands/cli/upgrade.ts canonicalizes a non-channel versionArg by removing VERSION_PREFIX_REGEX; pinned nightly targets use lookup method "curl", other pins use the detected installation method, and unresolved pins throw UpgradeError("version_not_found", \Version ${target} not found`)`.packages/cli/test/commands/cli/upgrade.test.ts covers npm, pnpm, Bun, and Yarn: a pinned 1.2.3 returning HTTP 404 makes exactly one request to https://registry.npmjs.org/sentry/1.2.3, reports Version 1.2.3 not found, and starts no subprocess; HTTP statuses 401, 403, 429, and 500 preserve Failed to fetch from npm: ${status}, do not report version-not-found, make the same single request, and start no subprocess.packages/cli/test/commands/cli/upgrade.test.ts; malformed successful registry metadata must produce the exact terminal error, issue exactly one request, and start zero package-manager subprocesses.test.poolOptions was removed in Vitest 4 and previous pool options must now be top-level.