3.0.4 • Published 1 year ago

@lifabing/browser v3.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago