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
When you pass an Error to Logger. DiscordTransport only show the name for that error and the default metadata, is there a reason for this? I would like it to display the error stack aswell, but I am too lazy to pass it myself.
Code:
logger.error(newError('Failed Successfully'));
Current situation:
Desired situation:
I don't mind implementing this myself and creating a pull request, I would just like to know why this isn't the default behaviour.
The text was updated successfully, but these errors were encountered:
When you pass an Error to Logger. DiscordTransport only show the name for that error and the default metadata, is there a reason for this? I would like it to display the error stack aswell, but I am too lazy to pass it myself.
Code:
Current situation:
Desired situation:
The text was updated successfully, but these errors were encountered: