npm

@js-wtao/browser
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@js-wtao/browser

Install

# using npm
npm i @js-wtao/browser
# using yarn
yarn add @js-wtao/browser

11

usage

// some.js
import { init } from '@js-wtao/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
})

Readme

Keywords

Package Sidebar

Install

npm i @js-wtao/browser

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

565 kB

Total Files

9

Last publish

Collaborators

  • taowangxie