Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps plugin-build/sentry-cli.properties from 2.58.2 to 2.58.3.

Auto-generated by a dependency updater.

Changelog

2.58.3

Improvements

  • For the sentry-cli build upload command, we now only auto-detect Git metadata when we detect we are running in a CI environment, unless the user manually overrides this behavior (#2974). This change prevents local development builds from triggiering GitHub status checks for size analysis.
    • We can detect most common CI environments based on the environment variables these set.
    • We introduced two new arguments, --force-git-metadata and --no-git-metadata, which force-enable and force-disable automatic Git data collection, respectively, overriding the default behavior.
  • 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).

@bruno-garcia bruno-garcia force-pushed the deps/plugin-build/sentry-cli.properties/2.58.3 branch from 0523c62 to ab59ab2 Compare December 11, 2025 03:32
@runningcode runningcode merged commit d6ea465 into main Dec 11, 2025
18 checks passed
@runningcode runningcode deleted the deps/plugin-build/sentry-cli.properties/2.58.3 branch December 11, 2025 07:28
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.

3 participants