Skip to content

Releases: getsentry/cli

0.4.1

29 Jan 21:17
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug Fixes 🐛

Release

  • Add Node.js 22 setup for type stripping support by @BYK in #114
  • Use Node.js instead of Bun for release scripts by @BYK in #113

Other

Documentation 📚

0.4.0

29 Jan 19:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

  • (docs) Add Open Graph images for social sharing by @betegon in #109
  • (install) Auto-add sentry to PATH on install by @betegon in #108
  • Auto-generate SKILL.md and extract version bump script by @BYK in #105
  • Updated the install button by @MathurAditya724 in #103
  • Add global help command using Stricli's defaultCommand by @BYK in #104

Bug Fixes 🐛

  • (ci) Install bun in release workflow by @betegon in #110
  • (docs) Mobile styling improvements for landing page by @betegon in #106

0.3.3

29 Jan 00:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug Fixes 🐛

  • Add shebang to npm bundle for global installs by @BYK in #101

Documentation 📚

  • Add CNAME file for custom domain in build artifact by @BYK in #102

0.3.2

28 Jan 22:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Documentation 📚

  • Update base path for cli.sentry.dev domain by @BYK in #100

0.3.1

28 Jan 21:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug Fixes 🐛

  • (ci) Correct gh-pages.zip structure for Craft publishing by @BYK in #99

0.3.0

28 Jan 21:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New Features ✨

Issue

  • Add workspace-scoped alias cache by @BYK in #52
  • Add short ID aliases for multi-project support by @BYK in #31

Other

Bug Fixes 🐛

Issue

  • Support short ID aliases in explain and plan commands by @BYK in #74
  • Use correct fallback for unrecognized alias-suffix inputs by @BYK in #72
  • Handle cross-org project slug collisions in alias generation by @BYK in #62
  • Use org-scoped endpoint for latest event + enhanced display by @betegon in #40

Other

  • (api) Use query params for --field with GET requests by @BYK in #59
  • (install) Use correct download URL without 'v' prefix by @betegon in #94
  • (telemetry) Patch Sentry SDK to prevent 3-second exit delay by @BYK in #85

Documentation 📚

  • (agents) Update AGENTS.md to reflect current codebase by @betegon in #93
  • (issue) Update list command tips to reference view instead of get by @BYK in #73
  • (readme) Add installation section by @betegon in #65
  • Add install script section to getting started guide by @betegon in #98
  • Add documentation website by @betegon in #77
  • Update command references from 'get' to 'view' and document -w flag by @BYK in #54

Internal Changes 🔧

  • (config) Migrate storage from JSON to SQLite by @BYK in #89
  • (issue) Extract shared parameters for issue commands by @BYK in #79
  • (release) Fix changelog-preview permissions by @BYK in #41
  • Rename config folder from .sentry-cli-next to .sentry by @BYK in #50

Other

  • test(e2e): use mock HTTP server instead of live API by @BYK in #78

0.2.0

22 Jan 02:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Initial release 🎉