Skip to content
New issue

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

metadata添加自定义生成的tab面板下内容 如何控制显示 [FEATURE] #25

Closed
tuin77 opened this issue Sep 29, 2022 · 1 comment
Assignees

Comments

@tuin77
Copy link

tuin77 commented Sep 29, 2022

`使用event.addMetadata添加了自定义字段生成了如下面板,正常情况下应该在“错误信息”tab下展示msg, trace这两个字段对吧?并没有出现
感谢作者的开源作品,非常简洁好用

  const event = client.createEvent({
    category: "error",
    type: "uncaughtError",
    detail: `[VUE ERROR]: ${message}`
  });
  event.addMetadata("错误信息", { msg, trace });
  client.notify(event);`

image

image

@xinyao27
Copy link
Member

xinyao27 commented Sep 29, 2022

定位到问题了 下版本修复 ohbug-org/ohbug-dashboard@4fa0728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants