0.0.8 • Published 9 months ago

@heimdallr-sdk/wx-route v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@heimdallr-sdk/wx-route

捕获小程序的路由跳转并上报

Usage

import heimdallr from "@heimdallr-sdk/wx";
import heimdallrWxRoute from "@heimdallr-sdk/wx-route";
const heimdallrInstance = heimdallr({
    dsn: {
        host: 'http://localhost:8888',
        init: '/project/init',
        upload: '/log/upload'
    },
    app: {
        name: 'playgroundWx',
        leader: 'test',
        desc: 'test wx proj'
    },
    plugins: [heimdallrWxRoute()]
});
0.0.8

9 months ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago