-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for stack traces #3
Comments
A quick clarification on behalf of @Almad - we're using winston to log errors like: log.error('Hi, I am a bad error', new Error()) However,
|
I'll look into this when I can (cannot say when though), but I thank @zzen for the explanation and the suggestion. |
This issue is was resolved in #9, but I still need to publish a newer version to NPM (waiting for @guzru). I suggest to test your code on the master branch and let me know if it works for you. All the use cases you mentioned above are supported as follows:
|
Version 0.0.6 now supports stack traces as described above |
Currently, there is no way to provide error objects in a way that will preserve stack traces in sentry.
For pinpointing production errors, that would be great (and is supported by raven-node).
The text was updated successfully, but these errors were encountered: