Skip to content

0.9.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 11 Feb 00:38
Immutable release. Only release title and notes can be modified.

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