When reporting callstacks (stack frames as Bugsnag calls it), you can mark frames as in-project or not. This helps clarify the UI by hiding non-project source code. We'd need information from the outside to be able to do this, so I suggest a packages member on settings. If a stack frame doesn't begin with a package in that list, mark it not-in-project.
When reporting callstacks (stack frames as Bugsnag calls it), you can mark frames as in-project or not. This helps clarify the UI by hiding non-project source code. We'd need information from the outside to be able to do this, so I suggest a
packages
member on settings. If a stack frame doesn't begin with a package in that list, mark it not-in-project.