Skip to content

0.7.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 05 Feb 20:01
Immutable release. Only release title and notes can be modified.

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