brave / vault

Brave personal data store vault.
https://brave.com
Mozilla Public License 2.0
19 stars 18 forks source link

Log error.stack during development #31

Closed KevinGrandon closed 8 years ago

KevinGrandon commented 8 years ago

Currently we suppress the error.stack property when logging errors. This can be very useful for tracking down problems, so it would be nice if we can log this as well.

Relevant code: https://github.com/brave/vault/blob/master/src/brave-hapi.js#L73

KevinGrandon commented 8 years ago

@mrose17 - Thoughts? Can we add error.stack to the output?

mrose17 commented 8 years ago

sure! would you add it?

KevinGrandon commented 8 years ago

Solved via: https://github.com/brave/vault/pull/32