Skip to content

Commit 5d2df27

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.28.0'
2 parents 27ec79d + 90b9ccc commit 5d2df27

File tree

11 files changed

+27
-17
lines changed

11 files changed

+27
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
44

5+
## 2.28.0
6+
7+
### New features
8+
- New cron monitor configuration options (#1922) by @szokeasaurusrex
9+
- 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.
10+
11+
### Various fixes & improvements
12+
13+
- fix(sourcemaps): print source map URL instead of {source_url} on error (#1917) by @jbg
14+
515
## 2.27.0
616

717
### Improvements

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Armin Ronacher <[email protected]>"]
33
build = "build.rs"
44
name = "sentry-cli"
5-
version = "2.27.0"
5+
version = "2.28.0"
66
edition = "2021"
77
rust-version = "1.65"
88

npm-binary-distributions/darwin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-darwin",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "The darwin distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-arm",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "The linux arm distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-arm64",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "The linux arm64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-i686/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-i686",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "The linux x86 and ia32 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-linux-x64",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "The linux x64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/win32-i686/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-win32-i686",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "The windows x86 and ia32 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

npm-binary-distributions/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli-win32-x64",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "The windows x64 distribution of the Sentry CLI binary.",
55
"repository": "https://github.com/getsentry/sentry-cli",
66
"license": "BSD-3-Clause",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/cli",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
55
"repository": "git://github.com/getsentry/sentry-cli.git",
66
"homepage": "https://docs.sentry.io/hosted/learn/cli/",
@@ -30,13 +30,13 @@
3030
"prettier": "2.8.8"
3131
},
3232
"optionalDependencies": {
33-
"@sentry/cli-darwin": "2.27.0",
34-
"@sentry/cli-linux-arm": "2.27.0",
35-
"@sentry/cli-linux-arm64": "2.27.0",
36-
"@sentry/cli-linux-i686": "2.27.0",
37-
"@sentry/cli-linux-x64": "2.27.0",
38-
"@sentry/cli-win32-i686": "2.27.0",
39-
"@sentry/cli-win32-x64": "2.27.0"
33+
"@sentry/cli-darwin": "2.28.0",
34+
"@sentry/cli-linux-arm": "2.28.0",
35+
"@sentry/cli-linux-arm64": "2.28.0",
36+
"@sentry/cli-linux-i686": "2.28.0",
37+
"@sentry/cli-linux-x64": "2.28.0",
38+
"@sentry/cli-win32-i686": "2.28.0",
39+
"@sentry/cli-win32-x64": "2.28.0"
4040
},
4141
"scripts": {
4242
"postinstall": "node ./scripts/install.js",

0 commit comments

Comments
 (0)