https://github.com/ml-opensource/bugsnag-release-action
GitHub Action for posting release to Bugsnag
https://github.com/ml-opensource/bugsnag-release-action
Last synced: 7 months ago
JSON representation
GitHub Action for posting release to Bugsnag
- Host: GitHub
- URL: https://github.com/ml-opensource/bugsnag-release-action
- Owner: ml-opensource
- Created: 2020-06-11T20:56:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T13:34:24.000Z (over 2 years ago)
- Last Synced: 2025-06-16T13:17:46.223Z (8 months ago)
- Language: TypeScript
- Size: 9.81 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Master** : 
# Bugsnag Release Action
## 📖 Project description
This action will automatically trigger a release on Bugsnag, to help you track bugs across different releases.
## 🔧 Installation
Add the following to your workflow:
```
- name: Bugsnag report
uses: monstar-lab-oss/bugsnag-release-action@v1.0.0
with:
releaseStage: production
env:
BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }}
```
### Inputs
#### `BUGSNAG_API_KEY`
**Required** Your bugsnag API Key
#### `releaseStage`
The release stage of the build. The default is `production`
#### `builderName`
The name provisioning the build. The default is the name triggering the build.
#### `autoAssignRelease`
Flag indicating whether to automatically associate this build with any new error events and sessions that are received for the release stage. The default is `true`
#### `version`
The version to add to bugsnag. The default is the Git SHA.
## 💻 Developers
* Jonas Schwartz