In-App Frames

Learn about how your SDK marks frames as in-app.

The main executable and frameworks inside the application bundle will be marked as inApp, while well known and public frameworks such as UIKitCore, CoreFoundation, GraphicsServices, and so forth will be marked as not inApp.

To fine-tune this behaviour, define Stack Trace Rules for your project. This will alow you to mark specific frameworks as inApp or not inApp, depending on whether you consider them part of your business logic, or third party dependencies. For reference, you can read up on the default stack trace rules.

Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").