3.0.4 • Published 2 years ago

@lifabing/browser v3.0.4

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

@lifabing/browser

Install

# using npm
npm i @lifabing/browser
# using yarn
yarn add @lifabing/browser

usage

// some.js
import { init } from '@lifabing/browser'

// multiple instances
const MitoInstance = init({
  // set debug true to convenient debugger in dev,set false in prod
  debug:true,
  dsn: 'https://test.com/yourInterface',
  maxBreadcrumbs: 100
})

more info of @lifabing/browser

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago