Replies: 1 comment 1 reply
-
Hey @atex21, thanks for submitting an issue. I just tried setting up sails.js on a sample project and I ran into some issues as well. However, I was able to manually report errors with By looking at the error above, I am wondering if the issue could be related to your node.js version, because @shalvah Can you also please take a look at this? I have no experience with the sails.js framework. Note: Created issue #825 to track this better. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I'm trying to test honeybadger but it's being impossible.. I'm with sailsJS and docker, configurations as described in documentation:
variables arrive well to the container in docker.
In a first hand I realized that that configuration about middleware doesn't work.. If I just throw an exception there is no try to send honeybadger notification, the errorHandler is not called =/
In the other hand, if I forgot the last point and use an explicit HoneyBadger.notify, then there is a try to send notification, however I'm stuck with errors coming for no reason =/, namely
a bit more detail:
Can you help please?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions