getsentry / sentry-webpack-plugin

Repo moved to https://github.com/getsentry/sentry-javascript-bundler-plugins. Please open any issues/PRs there.
MIT License
662 stars 116 forks source link

feat: adds pipeline argument #403

Closed scefali closed 1 year ago

scefali commented 1 year ago

This PR set the SENTRY_PIPELINE env variable so we can set the user agent here: https://github.com/getsentry/sentry-cli/blob/6f9173687fdfd56810145c5c727ff76978784814/src/api.rs

This approach was taken from Github actions: https://github.com/getsentry/action-release/blob/master/src/cli.ts#L13