An open API service indexing awesome lists of open source software.

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

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