We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#12507 raised that we weren't detecting releases for GitLab properly.
https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core/src/utils/providers has logic for all of it's different providers that we should aim to align on.
### Initial Tasks - [ ] https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/549 - [ ] https://github.com/getsentry/sentry-javascript/pull/12529
The text was updated successfully, but these errors were encountered:
feat(node): Detect release from more providers (#12529)
fc165e5
ref #12513 This PR upgrades release detection for Node and Vercel Edge SDKs. This change adds release name detection for: - GitLab CI - AppVeyor - AWS Amplify - Azure Pipelines - Bitrise - Buddy CI - Cirrus CI - Codefresh - Codemagic - Semaphore CI - Travis CI - CloudBees CodeShip - Coolify - Jenkins - TeamCity - Woodpecker CI Based on getsentry/sentry-javascript-bundler-plugins#549 Supercedes #12507
AbhiPrasad
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Problem Statement
#12507 raised that we weren't detecting releases for GitLab properly.
https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core/src/utils/providers has logic for all of it's different providers that we should aim to align on.
Solution Brainstorm
The text was updated successfully, but these errors were encountered: