Skip to content

Commit 80dd453

Browse files
committed
fixup! feat: Support missing calls with multi-project the options
1 parent 5fb45fb commit 80dd453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following changes only apply when using `sentry-cli` via the npm package [`@
5353
### Improvements
5454

5555
- The `sentry-cli upload-proguard` command now uses chunked uploading by default ([#2918](https://github.com/getsentry/sentry-cli/pull/2918)). Users who previously set the `SENTRY_EXPERIMENTAL_PROGUARD_CHUNK_UPLOAD` environment variable to opt into this behavior no longer need to set the variable.
56-
- In the JavaScript API, added multi-project support to `releases.finalize()`, `releases.setCommits()`, and `releases.newDeploy()` methods. These methods now accept a `projects` option (array of project slugs), aligning them with the Rust CLI's multi-project capabilities and matching the existing behavior of `releases.new()` and `releases.uploadSourceMaps()`.
56+
- In the JavaScript API, added multi-project support to `releases.finalize()`, `releases.setCommits()`, and `releases.newDeploy()` methods. These methods now accept a `projects` option (array of project slugs), aligning them with the Rust CLI's multi-project capabilities and matching the existing behavior of `releases.new()` and `releases.uploadSourceMaps()` ([#3001](https://github.com/getsentry/sentry-cli/pull/3001)).
5757

5858

5959
### Fixes

0 commit comments

Comments
 (0)