https://github.com/researchsquare/airbrake-sourcemap-action
A github action that interacts with airbrake to manage sourcemaps
https://github.com/researchsquare/airbrake-sourcemap-action
delivery
Last synced: about 1 month ago
JSON representation
A github action that interacts with airbrake to manage sourcemaps
- Host: GitHub
- URL: https://github.com/researchsquare/airbrake-sourcemap-action
- Owner: researchsquare
- Created: 2021-05-13T12:15:44.000Z (about 5 years ago)
- Default Branch: test
- Last Pushed: 2024-02-19T17:17:24.000Z (over 2 years ago)
- Last Synced: 2024-02-19T19:04:33.807Z (over 2 years ago)
- Topics: delivery
- Language: JavaScript
- Homepage:
- Size: 903 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aibrake sourcemap action
This actions takes a manifest file and uploads the
sourcemaps from it to Airbrake.
## Inputs
airbrake-id
airbrake-key
## Outputs
log
## Example usage
uses: researchsquare/airbrake-sourcemap-action@v1
with:
airbrake-id="some id"
airbrake-key="some key"
## Development
- Install `npm i -g @vercel/ncc` locally.
- Write code
- `npm run package` to package up the files for distribution
- Tag with a new version number
- Open a PR