For the complete documentation index, see llms.txt. This page is also available as Markdown.

Report Error

You can manually report errors to the dashboard using this API. The method takes an error as an argument.

let error = NSError(domain: "domain", code: 500, userInfo: nil)
CrashReporting.reportError(error)

Last updated