https://github.com/ubie-oss/logrocket-action
LogRocket CLI in GitHub Actions
https://github.com/ubie-oss/logrocket-action
github-actions logrocket
Last synced: about 2 months ago
JSON representation
LogRocket CLI in GitHub Actions
- Host: GitHub
- URL: https://github.com/ubie-oss/logrocket-action
- Owner: ubie-oss
- License: mit
- Created: 2022-02-03T12:48:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T16:56:02.000Z (over 2 years ago)
- Last Synced: 2026-02-20T09:40:07.324Z (3 months ago)
- Topics: github-actions, logrocket
- Language: TypeScript
- Homepage:
- Size: 716 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# logrocket-action
This action provides LogRocket CLI wrapper.
## Usage
```yml
steps:
- uses: ubie-oss/logrocket-action@main
with:
release: v1.0.0 # Release identifier
api-key: your-api-key # LogRocket API Key
source-map-dir: path/to/sourcemap # Path of directory that contains source maps (Optional)
url-prefix: ~/url/prefix # See LogRocket's doc (Optional)
```
See [LogRocket's doc](https://docs.logrocket.com/docs/stacktraces#section-uploading-source-maps-to-logrocket) for more detail about options.
If `source-map-dir` is undefined, this action just creates a release without source maps.