Skip to content

Commit e30e462

Browse files
romtsnclaude
andcommitted
docs(changelog): Expand code-mappings upload entry with details
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 80f1418 commit e30e462

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
### New Features ✨
66

77
- Add `sentry-cli build download` command to download installable builds (IPA/APK) by build ID ([#3221](https://github.com/getsentry/sentry-cli/pull/3221)).
8+
- Add `sentry-cli code-mappings upload` command to bulk upload code mappings from a JSON file ([#3207](https://github.com/getsentry/sentry-cli/pull/3207), [#3208](https://github.com/getsentry/sentry-cli/pull/3208), [#3209](https://github.com/getsentry/sentry-cli/pull/3209), [#3210](https://github.com/getsentry/sentry-cli/pull/3210)).
9+
- Code mappings link stack trace paths (e.g. `com/example/module`) to source paths in your repository (e.g. `src/main/java/com/example/module`), enabling Sentry to display source context and link directly to your code from error stack traces.
10+
- Repository name and default branch are automatically inferred from your local git remotes, or can be specified explicitly with `--repo` and `--default-branch`.
11+
- Large mapping files are automatically split into batches for upload.
812

913
## 3.3.3
1014

11-
### New Features ✨
12-
13-
- Add `sentry-cli code-mappings upload` command to bulk upload code mappings from a JSON file, with automatic git inference for repository name and default branch ([#3207](https://github.com/getsentry/sentry-cli/pull/3207), [#3208](https://github.com/getsentry/sentry-cli/pull/3208), [#3209](https://github.com/getsentry/sentry-cli/pull/3209), [#3210](https://github.com/getsentry/sentry-cli/pull/3210)).
14-
1515
### Internal Changes 🔧
1616

1717
- (npm) 🤖 Bump optional dependencies to 3.3.2 in [afdef906](https://github.com/getsentry/sentry-cli/commit/afdef906ba225132f138469afd0d63df859ce0b4)

0 commit comments

Comments
 (0)