embrace

CocoaPods Compatible Platform

Embrace iOS SDK

Welcome to the iOS SDK! Embrace helps you monitor the performance and stability of your mobile apps and keep your users happy. We provide unmatched visibility into the experiences your users are having, and give you the information and insights you need to maximize the performance of your app.

To get started, head over to https://embrace.io/docs/

Contact us on Slack or at support@embrace.io

Logging guidelines

  • Errors for things that customers have an ability to affect and failed because of something they did
  • Warnings for things that customers have an ability to affect, but their current action did not lead to an outright failure
  • Info for things that are basic normal behavior.
  • Debug for things that we are interested in, but is not something that a customer will have much use for, even if it is a critical error.
  • Trace for things that we don’t want to see in our logs during normal development