Capture logs from your application.
Raportti is a small library to capture logs from your front-end
npm install raportti
import Raportti from 'raportti';
Raportti('api.myapplication.com/logs', {
error: true, // Get errors
warn: true, // Get warnings
info: true, // Get simple logs
});
- Because sometimes logging/monitoring software are expensive or simply hard to use
0.0.6