Issue
What does "Crashed in non-app" mean?
Applies To
- All SaaS Customers and Self-Hosted users
- Error Monitoring
Resolution
Crashed in non-app means that the crashing frame of the stack happened outside of "your code". However just because the app crashed outside of "your app", does not mean that it wasn't caused by "your code". Something from your code could have happened earlier in the call stack, which caused the app to crash outside of your code.