Set up iOS production error logging

ios-loggingskillsetup L21
christim427-rgb/ios-agent-skills
What it does

Capture production errors with structured logging

Best for

When eliminating silent failures and building production error visibility.

Inputs
  • · Catch blocks
  • · Error handling code
Outputs
  • · Logging configuration
  • · Crash SDK setup
  • · Privacy annotations
Requires
  • · Sentry
  • · Firebase Crashlytics
  • · PostHog
Preconditions
  • · iOS project
  • · Crash SDK integrated
Failure modes
  • · Silent error swallowing
  • · Noise-flooded dashboards
  • · Missing dSYMs
Trust signals
  • · Expected vs unexpected errors
  • · Severity-based reporting
  • · SDK selection guide