Skip to content

Commit bed438e

Browse files
meta: Update CHANGELOG.md
1 parent 7839225 commit bed438e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@
44

55
## 2.45.0
66

7+
### New feature
8+
- feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @szokeasaurusrex
9+
- Sourcemaps can now be uploaded to multiple projects at once by passing each project to the `sentry-cli sourcemaps upload` command, like so:
10+
```sh
11+
sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
12+
```
13+
- Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.
14+
715
### Various fixes & improvements
816

917
- ref: Rename `fixup_js_file_end` (#2475) by @szokeasaurusrex
10-
- feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @szokeasaurusrex
1118
- ref: Use slice instead of vec for assemble artifact request (#2498) by @szokeasaurusrex
1219
- ref: Separate `LegacyUploadContext` for legacy uploads (#2494) by @szokeasaurusrex
1320
- feat: Remove organization and project info log (#2490) by @szokeasaurusrex
14-
- chore: update issue templates (#2493) by @stephanie-anderson
15-
- build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#2485) by @dependabot
16-
- build(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#2486) by @dependabot
1721

1822
## 2.44.0
1923

0 commit comments

Comments
 (0)