0.0.1 • Published 4 years ago

react-loge v0.0.1

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

react-loge

Loge: An service tracking error for your React App

NPM

Install

npm install --save react-loge

Usage

import React from 'react'
import LogeBoundary from 'react-loge'


const Component =()=>{
    return(
       <LogeBoundary
          appId="<YOUR_APP_ID>"
          apiKey="<YOUR_API_KEY>"
          fallback={<div>Something went wrong</div>}
       >
        <MyComponent />
      </LogeBoundary>
    );
}

Dashboard and API Key

  1. Register an account here
  2. Create your new app and get one YOUR_APP_ID
  3. Copy API Key

License

MIT © l1ttps

0.0.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago