You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build): Add CLI parameters to track plugin versions (EME-XXX)
Add support for tracking Gradle and Fastlane plugin versions in build
uploads by accepting them as CLI parameters and writing them to the
metadata file in the uploaded zip archive.
This enables the backend to store plugin version information in the
PreprodArtifact database table for size analysis and build distribution
tracking.
Changes:
- Add --gradle-plugin-version and --fastlane-plugin-version CLI parameters
- Write plugin versions to .sentry-cli-metadata.txt in uploaded zips
- Update write_version_metadata() to accept optional plugin versions
- Add test coverage for metadata file generation with plugin versions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Improvements
6
6
7
+
- The `sentry-cli build upload` command now accepts `--gradle-plugin-version` and `--fastlane-plugin-version` parameters to track plugin versions ([#2994](https://github.com/getsentry/sentry-cli/pull/2994)). These versions are written to the `.sentry-cli-metadata.txt` file in uploaded build archives, enabling the backend to store plugin version information for size analysis and build distribution tracking.
7
8
- 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.
0 commit comments