heimdallr-sdk icon indicating copy to clipboard operation
heimdallr-sdk copied to clipboard

position拼写错误

Open metogo opened this issue 5 months ago • 1 comments

https://luciferhuang.github.io/heimdallr-sdk/usage/browser.html

import heimdallr from "@heimdallr-sdk/browser"; heimdallr({ dsn: { host: 'localhost:8888', init: '/project/init', report: '/log/report' }, app: { name: 'playgroundAPP', leader: 'test', desc: 'test proj' }, userIdentify: { name: 'state.a.0.user.id', // window.state = { a: [{ user: { id:'123' } }] } position: 'global' } });

position: 'global' 应为:postion

metogo avatar Aug 30 '24 08:08 metogo