egg-sentry
egg-sentry copied to clipboard
How to captureMessage/captureException
Sentry 自己的 js SDK 有如下接口
Sentry.captureException(err);
Sentry.captureMessage('Something went wrong');
请问 egg-sentry 是否有暴露此两个接口?因为文档中未找到,是否只实现了 onerror 时的上报,而无手动 capture 的接口?