We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server启动成功, /project/init接口也调用完成了,测试抛出一个错误,在console也打印一个ErrorEvent。但是没有调用/log/report。 请问下上报机制是如何触发的,是否需要其他插件辅助?
大致代码如下: `heimdallr({ dsn: { host: 'localhost:8000', init: '/project/init', report: '/log/report' }, app: { name: 'xxx', leader: 'YJ', desc: 'xxx' }, userIdentify: { name: 'TOKEN', // window.state = { a: [{ user: { id:'123' } }] } position: 'local' }, plugins: [ heimdallrConsole() ], debug: true, });
// 触发报错 const onCLick = () => { const person = void 0; person.name; }`
The text was updated successfully, but these errors were encountered:
在 Network 的 other 下,看是否有请求发出
Sorry, something went wrong.
问题解决了吗?
No branches or pull requests
server启动成功, /project/init接口也调用完成了,测试抛出一个错误,在console也打印一个ErrorEvent。但是没有调用/log/report。
请问下上报机制是如何触发的,是否需要其他插件辅助?
大致代码如下:
`heimdallr({
dsn: {
host: 'localhost:8000',
init: '/project/init',
report: '/log/report'
},
app: {
name: 'xxx',
leader: 'YJ',
desc: 'xxx'
},
userIdentify: {
name: 'TOKEN', // window.state = { a: [{ user: { id:'123' } }] }
position: 'local'
},
plugins: [
heimdallrConsole()
],
debug: true,
});
// 触发报错
const onCLick = () => {
const person = void 0;
person.name;
}`
The text was updated successfully, but these errors were encountered: