@jennifersoft/front
v0.1.1
Published
JENNIFER Front snippet script
Downloads
1
Keywords
Readme
JENNIFER Front
JENNIFER Front is web application front-end monitoring tools.
How to install
Install package with npm(or yarn).
npm install --save @jennifersoft/front
# or
yarn add @jennifersoft/front
Init once before application start.
import { init } from '@jennifersoft/front';
init({
appId: 'APPLICATION ID',
});
// ...