actions-marketplace-validations/Honeybadger Upload Sourcemap Action
Upload a sourcemap to Honeybadger
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | The Honeybadger project API key | yes | — |
| minified_url | The URL of the minified file on your server. | yes | — |
| minified_file | The local path of the unminified javascript file. | yes | — |
| source_map | The local path of the source map. | yes | — |
| additional_source_files | One or more additional source files which may be referenced by your source map. The name should be the URL that would normally be used to access the file, and the value should be the file itself. | — | "" |
| endpoint | The source map submission endpoint. Only used for testing | — | https://api.honeybadger.io/v1/source_maps |
Outputs
no outputs