0.0.7 • Published 4 years ago

raportti v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Raportti

Capture logs from your application.

What is is

Raportti is a small library to capture logs from your front-end

How to install

npm install raportti

Usage

import Raportti from 'raportti';

Raportti('api.myapplication.com/logs', {
  error: true, // Get errors
  warn: true,  // Get warnings
  info: true,  // Get simple logs
});

Reasons

  • Because sometimes logging/monitoring software are expensive or simply hard to use

Version

0.0.6

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago