sentry-mina
sentry-mina copied to clipboard
小程序 Sentry SDK
在初始化后,执行以下代码: ```javascript new Sentry.Integrations.Breadcrumbs({ console: ['info', 'warn', 'error'], // realtimeLog: ['info', 'warn', 'error'], request: true, navigation: true, api: true, lifecycle: true, unhandleError: true }) ``` 但是没有生效,请问是我配置错了么
RT, 官方链接: https://developers.weixin.qq.com/miniprogram/dev/framework/realtimelog/
