Releases: getsentry/sentry-cli
Releases · getsentry/sentry-cli
2.14.3
Various fixes & improvements
- ref: fix macos wheel tags, add musllinux tags (#1497) by @asottile-sentry
2.14.2
- No documented changes.
2.14.1
2.14.0
Various fixes & improvements
- ref: also distribute sentry-cli as a pip package (#1494) by @asottile-sentry
- ref: Support lower and uppercased env vars for npm cache (#1493) by @kamilogorek
- feat: Add sourcemaps inject command (#1469) by @loewenheim
- chore: update clap to v4 (#1489) by @vaind
- chore: update clap deprecations (#1487) by @vaind
- deps: Update symbolic to 12.0.0 (#1488) by @loewenheim
- feat: add new
debug-files print-sources
command (#1476) by @vaind
2.13.0
- feat: Added the
--raw
flag tosend-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
2.12.0
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 inmonitors
(#1441) - feat: Pass
SENTRY_MONITOR_ID
to executed process inmonitors
(#1438) - fix: Prevent Sentry from attempting to access unbound variables in
bash-hook
(#1415)
2.11.0
Various fixes & improvements
- feat: Report spawn failures for monitors by @mitsuhiko
- fix: Allow for path based sourcemaps in validation report @kamilogorek
2.10.0
Various fixes & improvements
- feat: Add
--decompress
option to JS types (#1402) by @FSchieber - fix: Always expand Plist vars during XCode upload (#1403) by @krystofwoldrich
2.9.0
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 viacontexts
sentry-rust feature (#1383) by @bengentil - ref: Add length limit validation to
org
arguments (#1386) by @olksdr