Skip to content

ubie-oss/logrocket-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

logrocket-action

This action provides LogRocket CLI wrapper.

Usage

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 for more detail about options.

If source-map-dir is undefined, this action just creates a release without source maps.