nb-react-logger
v1.0.10
Published
react logging system for api performance(only supports axios) and console errors
Downloads
6
Readme
Welcome to nb-react-logger 👋
logging system for api performance and console, javascript errors. a proper axios instance and a config object with POST_URL (where you want to post the logs to) has to be provided at initialisation to the initializeAll function
Install
npm i nb-react-logger
Usage
import { initializeAll } from "nb-react-logger";
initalizeAll(axios, {POST_URL:"your url"})
Author
👤 aby varghese alex