Skip to content

Releases: getsentry/cli

0.10.1

14 Feb 11:08
Immutable release. Only release title and notes can be modified.
565a9c5

Choose a tag to compare

Bug Fixes

  • upgrade: Remove incorrect v prefix from GitHub release URLs that caused all curl-based upgrades to fail with HTTP 404 (CLI-5F)

Warning

If you are on 0.9.1 or earlier, sentry cli upgrade may fail silently due to a Bun runtime bug (oven-sh/bun#13237). Please upgrade to 0.10.2+ by re-running the install script:

curl -fsSL https://cli.sentry.dev/install | bash

Or via npm: npm i -g sentry@latest

0.10.0

13 Feb 20:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

  • (formatters) Add Seer fixability score to issue list and detail views by @betegon in #234
  • (team) Add team list command by @betegon in #238

Bug Fixes πŸ›

Telemetry

  • Use SDK session integration instead of manual management by @BYK in #232
  • Correct runtime context for Bun binary by @BYK in #231

Other

  • (setup) Use correct auth command in install welcome message by @betegon in #241
  • (tests) Centralize test config dir lifecycle to prevent env var pollution by @BYK in #242

0.9.1

11 Feb 00:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

Cli

  • Add setup command for shell integration by @BYK in #213
  • Add plural command aliases for list commands by @betegon in #209

Other

  • (formatters) Display span duration in span tree by @betegon in #219
  • (log) Add view command to display log entry details by @betegon in #212
  • (repo) Add repo list command by @betegon in #222
  • (setup) Auto-install Claude Code agent skill during setup by @BYK in #216
  • (trace) Add trace list and view commands by @betegon in #218

Bug Fixes πŸ›

Upgrade

  • Handle EPERM in isProcessRunning for cross-user locks by @BYK in #211
  • Replace curl pipe with direct binary download by @BYK in #208

Other

  • (craft) Use regex pattern for binary artifact matching by @BYK in #230
  • (deps) Move runtime dependencies to devDependencies by @BYK in #225

Documentation πŸ“š

  • (log) Add documentation for sentry log view command by @betegon in #214
  • Add documentation for log command by @betegon in #210

Internal Changes πŸ”§

Ci

  • Auto-commit SKILL.md when stale by @betegon in #224
  • Remove merge-artifacts job with Craft 2.21.1 by @BYK in #215

Other

  • (project) Replace --org flag with org/project positional by @betegon in #223
  • (setup) Unify binary placement via setup --install by @BYK in #217
  • Rename CI workflow to Build and fix artifact filter by @BYK in #229
  • Handle fork PRs in SKILL.md auto-commit by @BYK in #227
  • Enable minify for standalone binaries by @BYK in #220

Other

0.8.0

06 Feb 00:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

  • (auth) Add token command and remove /users/me/ dependency by @BYK in #207

Bug Fixes πŸ›

  • (alias) Fix alias generation and highlighting for prefix-related slugs by @BYK in #203

Internal Changes πŸ”§

  • (commands) Replace --org/--project flags with positional args for event view by @BYK in #205

Other

  • test: add tests for resolveFromProjectSearch to increase coverage by @BYK in #206
  • test: add tests for project-cache and env-file modules by @BYK in #200

0.7.0

05 Feb 20:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

Dsn

  • Infer project from directory name when DSN detection fails by @BYK in #178
  • Add project root detection for automatic DSN discovery by @BYK in #159

Other

  • (auth) Auto-trigger login flow when authentication required by @betegon in #170
  • (commands) Add sentry log command by @betegon in #160
  • (db) Add schema repair and sentry cli fix command by @BYK in #197
  • (issue) Replace --org/--project flags with /ID syntax by @BYK in #161
  • (lib) Add anyTrue helper for parallel-with-early-exit pattern by @BYK in #174
  • (telemetry) Add withTracing helper to reduce Sentry span boilerplate by @BYK in #172

Bug Fixes πŸ›

Documentation πŸ“š

  • Update AGENTS.md with testing guidelines and architecture by @BYK in #190

Internal Changes πŸ”§

  • (upgrade) Use centralized user-agent for GitHub API requests by @BYK in #173

Other

  • test: add comprehensive tests for resolve-target module by @BYK in #199
  • test: add tests for executeUpgrade with unknown method by @BYK in #198
  • test: expand version check test coverage by @BYK in #196
  • test: add comprehensive tests for DSN errors and resolver by @BYK in #195
  • test: add comprehensive tests for human formatter detail functions by @BYK in #194
  • test: add comprehensive tests for human formatter utilities by @BYK in #191
  • test: add coverage for fetchLatestVersion and versionExists by @BYK in #189
  • test: add coverage for UpgradeError and SeerError classes by @BYK in #188
  • test: add property tests for sentry-urls.ts (Phase 3) by @BYK in #186
  • test: simplify issue-id tests covered by property tests by @BYK in #183
  • test: simplify alias and arg-parsing tests covered by property tests by @BYK in #182
  • test: add property tests for API command and human formatters by @BYK in #181
  • test: remove redundant DB tests covered by model-based tests by @BYK in #180
  • test: add property tests for async utilities (Phase 4) by @BYK in #179
  • test: add model-based tests for DSN and project cache by @BYK in #171
  • test: add model-based and property-based testing with fast-check by @BYK in #166

0.6.0

02 Feb 23:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

  • (commands) Use positional args for org/project selection by @BYK in #155
  • (feedback) Add command to submit CLI feedback by @betegon in #150
  • (telemetry) Add is_self_hosted tag by @BYK in #153
  • (upgrade) Add self-update command by @betegon in #132
  • Add update available notification by @BYK in #151

Bug Fixes πŸ›

Documentation πŸ“š

Internal Changes πŸ”§

  • Move feedback and upgrade under sentry cli command by @BYK in #154

0.5.3

31 Jan 04:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug Fixes πŸ›

  • (telemetry) Enable sourcemap resolution in Sentry by @BYK in #144

0.5.2

31 Jan 03:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug Fixes πŸ›

  • (auth) Display user info on login and status commands by @BYK in #143

Documentation πŸ“š

0.5.1

31 Jan 02:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug Fixes πŸ›

  • (cli) Show clean error messages without stack traces for user-facing errors by @BYK in #141
  • (db) Add transaction method to Node SQLite polyfill by @BYK in #140

0.5.0

31 Jan 01:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

Api

  • Add multi-region support for Sentry SaaS by @BYK in #134
  • Add custom User-Agent header to API requests by @BYK in #125

Other

  • (docs) Add Sentry SDK for error tracking, replay, and metrics by @betegon in #122
  • (project) Improve project list and view output by @betegon in #129
  • (seer) Add actionable error messages for Seer API errors by @betegon in #130
  • (telemetry) Improve Sentry instrumentation by @BYK in #127

Bug Fixes πŸ›

  • (issue) Support numeric short suffixes like "15" in issue view by @BYK in #138
  • (npx) Suppress Node.js warnings in npm package by @BYK in #115

Documentation πŸ“š

  • (issue) Add command reference for explain and plan by @betegon in #137
  • (skill) Add well-known skills discovery endpoint by @sergical in #135

Internal Changes πŸ”§

  • (db) Add upsert() helper to reduce SQL boilerplate by @BYK in #139
  • Allow PRs to merge when CI jobs are skipped by @BYK in #123

Other