actions-marketplace-validations/Bugsnag Report Build
Github Action that will report a new build to Bugsnag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | Your Bugsnag API Key | yes | — |
| appVersion | A version string for the build to report. If not set it will default to the version in package.json. This will only work if actions/checkout@v4 is used first. | no | — |
| builderName | The name of the person/machine that trigerred this build. | no | — |
| failCiIfError | If true then CI will fail if this action fails. | no | false |
| releaseStage | The release stage of the build. The default is `production`. | no | production |
| sourceControlProvider | The source control provider. The default is `github`. | no | github |
| sourceControlRepository | The source control repository. The default is the repository running the Github Action. | no | — |
| sourceControlRevision | The source control revision. The default is the SHA for the running Github Action. | no | — |
Outputs
no outputs