BugsnagLogController
A Swift Controller Class that reports errors to the BugSnag error monitoring service. Prefer to log errors through ErrorLogController, which reports to BugSnag by default.
Notes
- Requires a BugSnag account. BugSnag’s base pricing tier is free up to 7500 montly error events.
- Integrate your BugSnag API token in
/Application/Resources/Configurations/Release.xcconfigunder the keybugsnag_api_token. - To inpect and monitor application crashes in production you’ll need
to upload
dsymsbefore every App Store release. BugSnag has a dedicated CLI to streamline this process, with documentation here