Skip to content

Logging in Pocket

CMasterson edited this page May 17, 2023 · 6 revisions

Under Construction

Error Handling

Sentry is an application monitoring tool that we use to capture errors and logs / breadcrumbs. It shows us the number of events and users that experienced an error. We send our errors to Sentry through our struct Crashlogger.

Crashlogger.capture(error: error)

Clone this wiki locally