# Problem Stack traces are not showing up in logs when hit from the error boundary # Solution Think we can just wrap them in JSON.stringify to fix. not sure why they do not show up correctly on the log server but discussing [here](https://expensify.slack.com/archives/C03TQ48KC/p1645212279081219).
Problem
Stack traces are not showing up in logs when hit from the error boundary
Solution
Think we can just wrap them in JSON.stringify to fix. not sure why they do not show up correctly on the log server but discussing here.