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

3.0.5 • 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

/@jfsonjs/browser/

    Package Sidebar

    Install

    npm i @jfsonjs/browser

    Weekly Downloads

    0

    Version

    3.0.5

    License

    MIT

    Unpacked Size

    3.29 MB

    Total Files

    8

    Last publish

    Collaborators

    • jfsonjs