sentry-fastlane-plugin icon indicating copy to clipboard operation
sentry-fastlane-plugin copied to clipboard

feat(sentry-cli): Set SENTRY_PIPELINE environment variable

Open runningcode opened this issue 2 months ago • 1 comments

Summary

Sets the SENTRY_PIPELINE environment variable for all sentry-cli invocations to identify the plugin and version being used.

Changes

  • Updated SentryHelper.call_sentry_cli to set SENTRY_PIPELINE environment variable to sentry-fastlane-plugin/<version>
  • The version is dynamically read from Fastlane::Sentry::VERSION constant, so it updates automatically when the plugin version is bumped
  • Updated test to dynamically use the VERSION constant instead of hardcoding the version string

Related PRs: https://github.com/getsentry/sentry-android-gradle-plugin/pull/1036 https://github.com/getsentry/launchpad/pull/464 https://github.com/getsentry/sentry/pull/103062 https://github.com/getsentry/sentry-fastlane-plugin/pull/365

🤖 Generated with Claude Code

runningcode avatar Dec 10 '25 16:12 runningcode