You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error should display the source code instead. Have tested the same behavior in Sentry and it works fine.
Any other comments?
It seems that before notify is not being executed in honeybadger.server.config.js. I added a console log and nothing is being displayed in the console. Probably this is the place that it handles the source map
Current behavior cannot be used in production, because the line code as you can see in the screenshot, is the one in production javascript file and not the source one. This makes it impossible to debug it when an error occurs
The text was updated successfully, but these errors were encountered:
What are the steps to reproduce this issue?
What happens?
In honeybadger you see the following error
and on server logs
What were you expecting to happen?
The error should display the source code instead. Have tested the same behavior in Sentry and it works fine.
Any other comments?
It seems that before notify is not being executed in honeybadger.server.config.js. I added a console log and nothing is being displayed in the console. Probably this is the place that it handles the source map
Current behavior cannot be used in production, because the line code as you can see in the screenshot, is the one in production javascript file and not the source one. This makes it impossible to debug it when an error occurs
The text was updated successfully, but these errors were encountered: