Skip to content

Commit 93bd92d

Browse files
committed
Add changelog
1 parent 715a837 commit 93bd92d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Experimental Feature 🧑‍🔬 (internal-only)
6+
7+
- Pipe snapshot sidecar metadata into upload as part of `sentry-cli build snapshots` command ([#3163](https://github.com/getsentry/sentry-cli/pull/3163)).
8+
39
## 3.2.3
410

511
### Experimental Feature 🧑‍🔬 (internal-only)
@@ -106,6 +112,7 @@ The following changes only apply when using `sentry-cli` via the npm package [`@
106112
- Drop support for Node.js <18. The minimum required Node.js version is now 18.0.0 ([#2985](https://github.com/getsentry/sentry-cli/issues/2985)).
107113
- The type export `SentryCliReleases` has been removed.
108114
- The JavaScript wrapper now uses named exports instead of default exports ([#2989](https://github.com/getsentry/sentry-cli/pull/2989)). You need to update your imports:
115+
109116
```js
110117
// Old (default import)
111118
const SentryCli = require('@sentry/cli');
@@ -115,6 +122,7 @@ The following changes only apply when using `sentry-cli` via the npm package [`@
115122
```
116123

117124
For ESM imports:
125+
118126
```js
119127
// Old
120128
import SentryCli from '@sentry/cli';
@@ -123,7 +131,6 @@ The following changes only apply when using `sentry-cli` via the npm package [`@
123131
import { SentryCli } from '@sentry/cli';
124132
```
125133

126-
127134
### Improvements
128135

129136
- 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.
@@ -150,6 +157,7 @@ The following changes only apply when using `sentry-cli` via the npm package [`@
150157
- The `sentry-cli build upload` command now automatically detects the correct branch or tag reference in non-PR GitHub Actions workflows ([#2976](https://github.com/getsentry/sentry-cli/pull/2976)). Previously, `--head-ref` was only auto-detected for pull request workflows. Now it works for push, release, and other workflow types by using the `GITHUB_REF_NAME` environment variable.
151158

152159
### Fixes
160+
153161
- Fixed a bug where the `sentry-cli sourcemaps inject` command could inject JavaScript code into certain incorrectly formatted source map files, corrupting their JSON structure ([#3003](https://github.com/getsentry/sentry-cli/pull/3003)).
154162

155163
## 2.58.2

0 commit comments

Comments
 (0)