Skip to content

Commit 81d4eb1

Browse files
meta: Update CHANGELOG.md
1 parent b01f97c commit 81d4eb1

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,15 @@
44

55
## 2.51.0
66

7+
### Logs command
8+
9+
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`.
10+
11+
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.
12+
713
### Various fixes & improvements
814

9-
- ci: Remove tar.gz from requireNames in .craft.yml (#2680) by @szokeasaurusrex
10-
- ref: Remove blanket `expect` from `api` (#2679) by @szokeasaurusrex
1115
- fix(js): Stop calling `releases files upload-sourcemaps` (#2676) by @szokeasaurusrex
12-
- feat(logs): Introduce logs command (#2664) by @vgrozdanic
13-
- build(deps): bump docker/login-action from 3.4.0 to 3.5.0 (#2671) by @dependabot
14-
- build(deps): bump github/codeql-action from 3.29.4 to 3.29.5 (#2672) by @dependabot
15-
- build(python): Stop building and releasing PyPI package (#2668) by @szokeasaurusrex
16-
- fix: XCArchive upload on macOS ARM only (#2635) by @noahsmartin
17-
- meta(vscode): Make `rust-analyzer` run Clippy (#2665) by @szokeasaurusrex
18-
- build(deps): bump github/codeql-action from 3.29.3 to 3.29.4 (#2662) by @dependabot
19-
- ci: Test and lint macOS x86_64 (#2658) by @szokeasaurusrex
20-
- fix: Remove apple uploads from intel (#2645) by @noahsmartin
21-
- ci: Lint and test statically linked binaries (#2653) by @szokeasaurusrex
22-
- test: Make tests pass with custom `--target` (#2657) by @szokeasaurusrex
23-
- meta: Add Cursor rules (#2651) by @szokeasaurusrex
24-
- chore: Add `.idea` to gitignore (#2649) by @andreiborza
25-
- meta: Add `@getsentry/owners-sentry-cli` to CODEOWNERS (#2646) by @szokeasaurusrex
2616

2717
## 2.50.2
2818

0 commit comments

Comments
 (0)