raven-node
raven-node copied to clipboard
A standalone (Node.js) client for Sentry
For both HTTP and HTTPS endpoints. Uses tunnel-agent for https.
enable captureUnhandledRejections by default to match the raven-js clients behaviour documented here: https://docs.sentry.io/clients/javascript/config/ captureUnhandledRejections By default, Raven captures all unhandled promise rejections using standard unhandledrejection event. If you want to...
**Do you want to request a *feature* or report a *bug*?** feature **Has someone had this problem before?** This issue was reported for the Java client in getsentry/sentry-java/issues/43 and the...
Since I can't get Sentry/Raven work with TypeScript on NodeJS, I decided to create a small testproject. The progress is now that uploading sourcemaps to Sentry seems to work. At...
**Do you want to request a *feature* or report a *bug*?** bug **Has someone had this problem before?** Yes **What is the current behavior?** I want to use ignoreErrors in...
From my understanding the node.js core [domain](https://nodejs.org/api/domain.html) module has been deprecated since [v4](https://nodejs.org/docs/latest-v4.x/api/domain.html). Would you mind fielding the following questions... 1. Is there a plan/roadmap to move raven-node away from...
**Do you want to request a *feature* or report a *bug*?** Feature request **Has someone had this problem before?** Similar to https://github.com/getsentry/raven-node/issues/360 **What is the current behavior?** When using the...
Hi there, sometime the things I want to capture with Raven/Sentry are not Error instances (but sometimes they are). I was having an issue with raven `^2.30` going into an...
Electron has two type of processes, the main process which controls everything, and individual renderer processes which represent separate UI processes. The renderer process may have "node integration" enabled, meaning...
The `raven-js` library for browsers got TypeScript definitions in https://github.com/getsentry/raven-js/pull/610, but those definitions cannot be used for the nodejs library. The definitions should be implemented for this version as well.