sentry-fastlane-plugin
sentry-fastlane-plugin copied to clipboard
feat(sentry-cli): Set SENTRY_PIPELINE environment variable
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_clito setSENTRY_PIPELINEenvironment variable tosentry-fastlane-plugin/<version> - The version is dynamically read from
Fastlane::Sentry::VERSIONconstant, 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