Skip to content

chore(deps): update CLI to v3.3.1#1097

Merged
romtsn merged 1 commit intomainfrom
deps/plugin-build/sentry-cli.properties
Mar 10, 2026
Merged

chore(deps): update CLI to v3.3.1#1097
romtsn merged 1 commit intomainfrom
deps/plugin-build/sentry-cli.properties

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps plugin-build/sentry-cli.properties from 3.3.0 to 3.3.1.

Auto-generated by a dependency updater.

Changelog

3.3.1

Fixes

  • Accept ProGuard mapping files without line information instead of rejecting them (#3192).

Experimental Feature 🧑‍🔬 (internal-only)

  • Pipe snapshot sidecar metadata into upload as part of sentry-cli build snapshots command (#3163).
Full CHANGELOG.md diff
 -1,5 +1,15 
 # Changelog
 
+## 3.3.1
+
+### Fixes
+
+- Accept ProGuard mapping files without line information instead of rejecting them ([#3192](https://github-redirect.dependabot.com/getsentry/sentry-cli/pull/3192)).
+
+### Experimental Feature 🧑‍🔬 (internal-only)
+
+- Pipe snapshot sidecar metadata into upload as part of `sentry-cli build snapshots` command ([#3163](https://github-redirect.dependabot.com/getsentry/sentry-cli/pull/3163)).
+
 ## 3.3.0
 
 ### New Features
 -120,6 +130,7  The following changes only apply when using `sentry-cli` via the npm package [`
 - Drop support for Node.js <18. The minimum required Node.js version is now 18.0.0 ([#2985](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2985)).
 - The type export `SentryCliReleases` has been removed.
 - The JavaScript wrapper now uses named exports instead of default exports ([#2989](https://github-redirect.dependabot.com/getsentry/sentry-cli/pull/2989)). You need to update your imports:
+
   ```js
   // Old (default import)
   const SentryCli = require('sentry/cli');
 -129,6 +140,7  The following changes only apply when using `sentry-cli` via the npm package [`

For ESM imports:
+

// Old
import SentryCli from 'sentry/cli';
-137,7 +149,6  The following changes only apply when using `sentry-cli` via the npm package [`
import { SentryCli } from 'sentry/cli';

Improvements

  • The sentry-cli upload-proguard command now uses chunked uploading by default (#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.
    -164,6 +175,7 The following changes only apply when using sentry-cli via the npm package [`
  • The sentry-cli build upload command now automatically detects the correct branch or tag reference in non-PR GitHub Actions workflows (#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.

Fixes

  • 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).

2.58.2


</details>

@bruno-garcia bruno-garcia force-pushed the deps/plugin-build/sentry-cli.properties branch from 327afd9 to 0acddfe Compare March 10, 2026 10:49
@github-actions
Copy link
Copy Markdown
Contributor Author

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

  • (deps) Update CLI to v3.3.1 by github-actions[bot] in #1097

🤖 This preview updates automatically when you update the PR.

@romtsn romtsn merged commit a78425e into main Mar 10, 2026
20 checks passed
@romtsn romtsn deleted the deps/plugin-build/sentry-cli.properties branch March 10, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants