Skip to content

0.25.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 07 Apr 14:03
Immutable release. Only release title and notes can be modified.

New Features ✨

  • (event) Add 'sentry event list' command for issue-scoped event listing by @BYK in #671
  • (init) Add detect-sentry local-op for cross-language Sentry detection by @betegon in #657
  • (issue) Add sentry issue events command (#632) by @BYK in #654
  • (period) Support absolute date ranges in --period flag by @BYK in #674

Bug Fixes 🐛

Init

Other

  • (auth) Fall back to OAuth when env token lacks endpoint permissions by @BYK in #673
  • (errors) Separate informational notes from actionable alternatives in ContextError by @BYK in #651
  • (skill-gen) Eliminate manual maps to prevent undocumented commands by @BYK in #670
  • Three bug fixes from Sentry telemetry (CLI-SC, CLI-QZ, CLI-WD) by @cursor in #664
  • Fix set-commits --auto, document release workflow pitfalls by @BYK in #650

Internal Changes 🔧

Init

  • Use shared YES_FLAG and add -y alias constant by @betegon in #681
  • Reuse resolveOrCreateTeam for wizard team resolution by @betegon in #679
  • Route wizard errors through framework error pipeline by @betegon in #678
  • Use guardNonInteractive for TTY check by @betegon in #677
  • Use shared DRY_RUN_FLAG and add -n alias by @betegon in #676
  • Reuse resolveOrg for offline-first org detection by @betegon in #666
  • Use mdKvTable and renderMarkdown for wizard summary by @betegon in #661

Other

  • Extract createProjectWithDsn to deduplicate project creation by @betegon in #667
  • Regenerate skill files and command docs by @github-actions[bot] in eb1b19e7

Other