You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
4
4
5
+
## 2.51.1
6
+
7
+
### Various fixes & improvements
8
+
9
+
- fix(logs): Mark `logs` command as beta (#2690) by @szokeasaurusrex
10
+
11
+
## 2.51.0
12
+
13
+
### Logs command
14
+
15
+
This release introduces a [new `sentry-cli logs list` command](https://github.com/getsentry/sentry-cli/pull/2664), which lists your Sentry logs. For more details, see `sentry-cli logs list --help`.
16
+
17
+
Please note: if you receive a `403` error when using the new command, you may need to generate a new auth token with different permissions. You can do this by navigating to _Settings_ → _Developer Settings_ → _Personal Tokens_ in Sentry. On the _Personal Tokens_ page, generate a token with `org:read` scope, and pass this to the command using `--auth-token` or by setting the `SENTRY_AUTH_TOKEN` environment variable.
18
+
19
+
### Various fixes & improvements
20
+
21
+
- fix(js): Stop calling `releases files upload-sourcemaps` (#2676) by @szokeasaurusrex
22
+
5
23
## 2.50.2
6
24
7
25
This change removes the `mobile-app upload` experimental feature which was introduced in 2.50.1.
0 commit comments