cube-js / cube

📊 Cube — The Semantic Layer for Building Data Applications
https://cube.dev
Other
17.95k stars 1.78k forks source link

Sentry integration #6249

Open palaforcade opened 1 year ago

palaforcade commented 1 year ago

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 ?

github-actions[bot] commented 1 year ago

If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. If this is the first time you are contributing a Pull Request to Cube.js, please check our contribution guidelines. You can also post any questions while contributing in the #contributors channel in the Cube.js Slack.