在仪表板的何处查看哨兵消息?

Where to see Sentry messages in the dashboard?

我正在使用 react-native 哨兵库,正在做 Sentry.captureMessage(message, Sentry.Severity.Warning)。我在仪表板中找不到显示此消息的任何位置。如果我调用 Sentry.captureException 它确实显示在问题中,但我不想用警告淹没它。在仪表板的哪个位置可以查看是否收到消息?

你应该在 issues 部分找到它,只要还有其他问题。

我执行了那个代码:Sentry.captureMessage('this is an error message', Sentry.Severity.Warning);

1.我的问题列表:

2。 'message' 内部问题:

重要提示: 检查您的浏览器网络控制台,如果 api/<id>/store/?sentry_key... 调用存在。