raven-node
raven-node copied to clipboard
A standalone (Node.js) client for Sentry
**Do you want to request a *feature* or report a *bug*?** feature **Has someone had this problem before?** Not that I can find. **What is the current behavior?** Can set...
It'd be great to have the option with the method `captureMessage` to enable a stack trace, similar to [raven-js](https://github.com/getsentry/raven-js/blob/8e797edee0c6be65326ffdee0f873b1a2ec82b95/src/raven.js#L419). As of right now, it appears that `captureException` is the only...
## Edit @kamilogorek This issue will now serve as a general thread for PG instrumentation discussion to keep the context in place. ## Edit/update from project maintainers **Version 2.x does...
**Do you want to request a *feature* or report a *bug*?** This is a feature request. **Has someone had this problem before?** I haven't found anything similar in the issue...
Not sure which library this should go under. But I use vue.js and raven-js for the client side errors. I also use raven for node to capture server errors. But...
**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** When the node app has to go through a proxy to have HTTP...
I have a lot of errors not being reported. I am getting `[email protected] alert: sentry context not found on active domain` and no errors in the dashboard. I think this...
This is a feature request and a follow-up of #167. *TL;DR:* Provide a method `Raven.flush()` that waits for all messages to drain and the queue being empty. ### Background We're...
I have Raven setup buy my biggest issue is when I'm developing locally I still want to see the messages in my console. Adding: ``` Raven.on('logged', function(e){ console.log('Raven Logged:', e)...
We are getting this error RangeError: Invalid string length. This happens almost every time an error is reported and attempted to be sent to sentry. Here is the stack trace:...