@brightspace-ui/logging
v1.8.1
Published
JavaScript client for sending logs to the Brightspace Logging service.
Readme
@brightspace-ui/logging
JavaScript client for sending logs to the Brightspace Logging service.
Installation
To install from NPM:
npm install @brightspace-ui/loggingDeveloping and Contributing
After cloning the repo, run npm install to install dependencies.
Testing
To run the full suite of tests:
npm testAlternatively, tests can be selectively run:
# eslint
npm run lint:eslint
# unit tests
npm run test:unitVersioning and Releasing
This repo is configured to use semantic-release. Commits prefixed with fix: and feat: will trigger patch and minor releases when merged to main.
To learn how to create major releases and release from maintenance branches, refer to the semantic-release GitHub Action documentation.
