https://github.com/parveen1112/lumberjack-client
Application to capture client side errors. JS Client for Lumerjack
https://github.com/parveen1112/lumberjack-client
client-side errors js-client logging
Last synced: about 1 year ago
JSON representation
Application to capture client side errors. JS Client for Lumerjack
- Host: GitHub
- URL: https://github.com/parveen1112/lumberjack-client
- Owner: parveen1112
- Created: 2017-04-12T13:14:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T08:19:53.000Z (over 7 years ago)
- Last Synced: 2025-02-16T09:15:04.250Z (over 1 year ago)
- Topics: client-side, errors, js-client, logging
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lumberjack-client
Lumberjack client application helps in capturing client side JS and Https Errors.
## Installation
npm install
Development
npm run dev
Production
npm run build
## Example
An example exists in the example folder on how to use the client.
## Credits
RavenJS: https://github.com/getsentry/raven-js
TraceKit: https://github.com/csnover/TraceKit