fix(deploys): Use --project argument (#1930) by szokeasaurusrex
2.28.0
New features
New cron monitor configuration options (#1922) by szokeasaurusrex
The sentry-cli monitors run command now has two new command line arguments: --failure-issue-threshold and --recovery-threshold. These arguments allow the user to specify the number of consecutive failed checkins that trigger an issue to be created and the number of successful checkins that trigger the issue to be resolved, respectively.
Various fixes & improvements
fix(sourcemaps): print source map URL instead of {source_url} on error (#1917) by jbg
Bumps scripts/update-cli.sh from 2.27.0 to 2.28.5.
Auto-generated by a dependency updater.
Changelog
2.28.5
Various fixes & improvements
--project
argument (#1930) by szokeasaurusrex2.28.0
New features
sentry-cli monitors run
command now has two new command line arguments:--failure-issue-threshold
and--recovery-threshold
. These arguments allow the user to specify the number of consecutive failed checkins that trigger an issue to be created and the number of successful checkins that trigger the issue to be resolved, respectively.Various fixes & improvements