raven-node icon indicating copy to clipboard operation
raven-node copied to clipboard

A standalone (Node.js) client for Sentry

Results 27 raven-node issues
Sort by recently updated
recently updated
newest added

For both HTTP and HTTPS endpoints. Uses tunnel-agent for https.

Status: In Progress
Type: Feature

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...

Status: Need Information
Status: Need Reproduction

**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...

Status: Need Reproduction

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...

Type: Feature
Type: Discussion

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...

Status: Confirmed

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.

Misc: Help Wanted
Type: Improvement