Skip to content

ChristoPy/raportti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Capture error logs from your application.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published