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

3.0.1 • Public • Published

@mitojs/browser

Install

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

usage

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

Package Sidebar

Install

npm i @mitojs/browser

Weekly Downloads

39

Version

3.0.1

License

MIT

Unpacked Size

293 kB

Total Files

10

Last publish

Collaborators

  • chenjinhuo