Skip to content

0.39.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 28 Jul 20:12
Immutable release. Only release title and notes can be modified.

New Features ✨

Build

  • Support iOS XCArchive and IPA upload by @BYK in #1185
  • Collect git/VCS metadata for build upload by @BYK in #1174
  • Add build upload for Android APK/AAB by @BYK in #1172
  • Add build download command for preprod artifacts by @BYK in #1170

Debug Files

  • Add find command by @BYK in #1189
  • Add --il2cpp-mapping for Unity IL2CPP line mappings by @BYK in #1165
  • Extract embedded Portable PDBs from managed PEs by @BYK in #1163
  • Scan inside .zip archives on upload by @BYK in #1141
  • Honor server upload limits and add --derived-data by @BYK in #1140
  • Add upload command (core) by @BYK in #1139
  • Add print-sources command by @BYK in #1138

React Native

Release

Snapshots

Other

  • (banner) Sixel image banner on capable terminals by @BYK in #1187
  • (ci) Add PR risk experiment workflow by @betegon in #1129
  • (db) Support Node.js 18+ for the npm package via WASM SQLite fallback by @BYK in #1260
  • (info) Add info command by @BYK in #1190
  • (init) Measure interactive prompt wait time by @betegon in #1257
  • (local) Surface trace IDs, attribute table, and fix AI filter by @jared-outpost in #1133
  • (upgrade) Progress bars for delta-patch apply and full download by @BYK in #1281
  • Add ESM export by @JPeer264 in #1288
  • Replace CLI banner with block-art SENTRY wordmark by @BYK in #1169

Bug Fixes 🐛

Alerts

  • Read metric alert rules from org-scoped /detectors/ by @jared-outpost in #1275
  • Delete issue alert rules via org-scoped /workflows/ by @betegon in #1216
  • Read issue alert rules from org-scoped /workflows/ by @betegon in #1215

Auth

  • Only treat 401/403 as an invalid token on login (CLI-19) by @BYK in #1153
  • Add alerts:read and alerts:write to default OAuth scopes by @sergical in #1137

Ci

Debug Files

  • Accurate upload count and preserve --require-all hint by @BYK in #1167
  • Exit non-zero when files are dropped for size by @BYK in #1146
  • Map targeted object for --il2cpp-mapping + free WASM handles by @BYK in #1166

Error Reporting

Event

  • Recognize numeric issue IDs and bare 'latest' in 'event view' by @sentry in #1297
  • Correctly parse project/event-id in view command by @sentry in #1263

Init

Issue

  • Ensure --into flag is resolved with multiple positional args by @sentry in #1256
  • Stop collapsing stats on piped output and JSON defaults by @betegon in #1221
  • Report issue not found instead of project not found by @betegon in #1207
  • Accept multi-line issue identifiers by keeping first line (CLI-1G1) by @BYK in #1148

Release

  • Polish --from ref errors and dashed-value parsing by @betegon in #1203
  • Make set-commits --clear actually clear commits by @betegon in #1196

Resolution

  • Correct hint for bare suffix in org/suffix issue ID by @sentry in #1296
  • Prevent duplicate org in trace ID resolution by @sentry in #1289

Upgrade

  • Nightly discovery hits wrong GHCR package (silent 404 → full-download fallback) by @BYK in #1304
  • Bound untrusted patch newSize to prevent pre-verification OOM by @BYK in #1279

Other

  • (agent-skills) Write skill files atomically to prevent partial reads by @BYK in #1144
  • (api) Stream binary responses without UTF-8 decoding by @sentry-junior in #1305
  • (arg-parsing) Allow project display names with spaces in org/project argument by @sentry in #1116
  • (cli) Allow '=' as key-value separator for tags and extra flags by @sentry in #1285
  • (db) Recover WASM SQLite locks via PID sentinel, not a 60s age window by @BYK in #1261
  • (dsn) Ignore EINVAL from readdirSync on special files by @sentry in #1286
  • (errors) Surface user search-query 400s as ValidationError, keep CLI-built 400s reported (CLI-FA) by @BYK in #1154
  • (local) Handle standalone span items, Cloudflare SDK source, and warn level by @MathurAditya724 in #1276
  • (metrics) Prevent duplicate metric suggestions in error by @sentry in #1299
  • (resolve) Guide users to org/project instead of silencing the auto-detect error (CLI-3B) by @BYK in #1155
  • (resolve-target) Hint numeric project IDs in 404 suggestions by @betegon in #1208
  • (seer) Read sentry_run_id instead of the deprecated run_id by @trevor-e in #1224
  • (sourcemap) Derive debug ID from JS + map so distinct chunks don't collide (#3350) by @BYK in #1162
  • (span) Correctly parse multi-segment trace targets in single-arg view by @sentry in #1283
  • (trace) Allow 'trace view' to work with org-scoped targets by @sentry in #1291
  • Guard response.json() and validate external API response shapes by @cursor in #1301

Documentation 📚

Site

  • Update og images by @betegon in #1188
  • Use brand fonts (Dammit Sans headings, Rubik body) by @BYK in #1183
  • Adopt new Sentry CLI brand lockup + app-icon favicon by @BYK in #1181

Other

  • (debug-files) Drop planned --symbol-maps (BCSymbolMap) support by @BYK in #1168
  • (getting-started) Remove redundant Installation heading, fix platform support table by @sergical in #1195
  • (lore) Mark multi-region fan-out entry as superseded by @betegon in #1214
  • Add v3→v4 migration guide (sentry-cli → sentry) by @BYK in #1201
  • Note sentry cli setup for package manager installs by @sergical in #1204
  • Refresh README banner with new brand art + gradient by @BYK in #1178
  • Note ambiguous-width limitation of block-art banner by @BYK in #1177

Internal Changes 🔧

Deps

  • Bump js-yaml to 3.15.0 via pnpm override by @betegon in #1206
  • Bump @sentry/api to 0.253.0 and adopt token operationIds by @betegon in #1194
  • Add content assertions for Sentry tree-shaking patches by @BYK in #1175
  • Bump patched deps to latest and regenerate patches by @BYK in #1173
  • Pin patched dependency keys to exact versions by @BYK in #1171

Docs

  • Bump starlight theme to 0.8.0 by @sentry-junior in #1287
  • Clean up PR previews on close + scheduled safety-net sweep by @BYK in #1202

Upgrade

  • Adopt binpatch@0.3.0 for delta self-update by @BYK in #1298
  • Vectorize bspatch diff-add with SWAR (4x faster apply) by @BYK in #1280

Other

  • (debug-files) Scan paths via shared walkFiles walker by @BYK in #1150
  • (eval) Support OpenRouter for skill-eval and init-eval judges by @MathurAditya724 in #1306
  • (organizations) List orgs from control silo in a single call by @betegon in #1212
  • (snapshots) Stream-extract downloaded archives by @BYK in #1184
  • Bump binpatch ^0.3.0 → ^0.3.1 by @BYK in #1309
  • Load .env.local in tsx and cli dev scripts by @MathurAditya724 in #1227
  • Pin Node to exact patched versions via central env vars by @BYK in #1145
  • Regenerate docs by @github-actions[bot] in def1a782