tracker-mn
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Tracker-mn

A tracker tool which is referenced from zmy-tracker.

Usage

pnpm i tracker-mn
import { Tracker } from 'tracker-mn'

const tracker = new Tracker({
  requestUrl: 'https://www.api.com'
})

Options

  • uuid: user's identifier
  • requestUrl: api address
  • historyTracker: open history router mode
  • hashTracker: open hash router mode
  • domTracker: watch click, dbclick, click, dblclick, contextmenu, mousedown, mouseup, mouseenter, mouseout, mouseover
  • sdkVersion: version number
  • extra: extra params you want to post
  • jsError: catch error

License

MIT License © 2023 chinbor

Readme

Keywords

Package Sidebar

Install

npm i tracker-mn

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

10.4 kB

Total Files

7

Last publish

Collaborators

  • chinbor