Skip to content

Releases: getsentry/sentry-cli

2.14.3

02 Mar 19:13
Compare
Choose a tag to compare

Various fixes & improvements

2.14.2

02 Mar 18:09
Compare
Choose a tag to compare
  • No documented changes.

2.14.1

02 Mar 17:35
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Revert clap-rs v4 update and add regression test for 'releases files upload-sourcemap' (#1496) by @vaind

2.14.0

02 Mar 14:55
Compare
Choose a tag to compare

Various fixes & improvements

2.13.0

16 Feb 14:15
Compare
Choose a tag to compare
  • feat: Added the --raw flag to send-envelope to allow sending envelopes without parsing or validation. (#1468)
  • feat: extract and upload embedded Portable PDB from PE (#1463)
  • ref(monitors): Drop passing SENTRY_TRACE_ID (#1472)
  • ref(monitors): Rename MonitorStatus -> MonitorCheckinStatus (#1471)
  • ref: Deduplicate artifacts upload using queried checksums (#1456)
  • ref: Add better debug message for malformed config files (#1450)

1.75.0

16 Feb 08:27
Compare
Choose a tag to compare
  • feat(backport): Replace npmlog dependency in order to avoid vulnerability (#1445)

2.12.0

30 Jan 09:57
Compare
Choose a tag to compare

Various fixes & improvements

  • feat: Enable portable PDB debug-files upload via Symbolic v11 (#1440)
  • feat: Add support for Cloudflare Pages when detecting a release name (#1419)
  • feat: Pass SENTRY_TRACE_ID to executed process in monitors (#1441)
  • feat: Pass SENTRY_MONITOR_ID to executed process in monitors (#1438)
  • fix: Prevent Sentry from attempting to access unbound variables in bash-hook (#1415)

2.11.0

20 Dec 09:59
Compare
Choose a tag to compare

Various fixes & improvements

  • feat: Report spawn failures for monitors by @mitsuhiko
  • fix: Allow for path based sourcemaps in validation report @kamilogorek

2.10.0

01 Dec 12:13
Compare
Choose a tag to compare

Various fixes & improvements

2.9.0

15 Nov 10:50
Compare
Choose a tag to compare

Various fixes & improvements

  • feat: Replace npmlog dependency and restore support for Node v10 (#1392) by @mydea
  • fix: Handle closed connection when fetching sentry-cli binary via JS script (#1389) by @kamilogorek
  • fix: Re-add server_name in events via contexts sentry-rust feature (#1383) by @bengentil
  • ref: Add length limit validation to org arguments (#1386) by @olksdr