cube-js/cube

Sentry integration

开放

#6,249 创建于 2023年3月6日

 (2 条评论) (6 个反应) (0 位负责人)Rust (1,965 个派生)batch import
help wanted

仓库指标

星标
 (19,563 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Sentry integration

Using CubjeJS in production requires us to monitor the errors that are thrown in this environment. For this we use the common Sentry tool. Unfortunately, we can't make it work in CubeJS as of today.

We tried using express error handlers defined in the initApp parameter of the CubeJS config, but it doesn't seem to catch errors yet.

Would it be possible to either provide support for Sentry or other monitoring tools out of the box, or else give more control over the express Response object to add custom error handlers for this purpose ?

贡献者指南