3.0.3 • Published 24 days ago

@lifabing/browser v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days 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.3

24 days ago

3.0.2

25 days ago

3.0.1

25 days ago