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

在uni-app中使用sentry-mina,无法捕获console.error以及request的异常进行上报 #29

Open
Lokep opened this issue Dec 6, 2021 · 1 comment

Comments

@Lokep
Copy link

Lokep commented Dec 6, 2021

在初始化后,执行以下代码:

new Sentry.Integrations.Breadcrumbs({
  console: ['info', 'warn', 'error'],
  // realtimeLog: ['info', 'warn', 'error'], 
  request: true,
  navigation: true,
  api: true,
  lifecycle: true,
  unhandleError: true
})

但是没有生效,请问是我配置错了么

@kimi009
Copy link

kimi009 commented Jun 8, 2022

请问楼上的大佬,问题解决了吗,我这也是不能捕获api请求和页面的切换

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