Discourse Sentry

Repo: GitHub - debtcollective/discourse-sentry: Discourse plugin to integrate @getsentry

This plugin integrates https://sentry.io error tracking in the backend and the frontend. We are using at http://community.debtcollective.org

Admin Settings

  • discourse sentry dsn: sentry.io dsn for your project.

image

7 个赞

What does this offer over the existing, built in Logster error aggregation in Discourse at /logs?

I’m not sure but we use Sentry for the rest of our services, so is natural for us to use it in our community too.

5 个赞

与 Discourse 内置的 /logs 日志聚合功能相比,此功能有何优势?

例如,在发生错误时可配置邮件或 Slack 通知。

4 个赞

我在一个相当大的 Rails 开发项目中使用 Sentry,它非常适合追踪问题、分配任务、跟踪解决进度、接收警报,并(在我们的案例中)与私有 GitHub 仓库集成。

由于 Sentry 在这个当前的 Rails 开发项目中表现良好,我认为我们很快会尝试 Discourse 的 Sentry 插件,看看是否有额外的好处。但目前为止,它能够远程追踪错误、接收警报、管理任务分配以及跟踪问题解决方案,这已经非常令人满意。

1 个赞

这段 Drifting Ruby 的 YouTube 视频有助于说明 Sentry 和 Rails 的核心功能及设置:

1 个赞

是否可以为前端和后端设置不同的 DSN?