Skip to main content

Enable

The Crash reports module is disabled by default.

This is how you enable it:

  1. First, set the isCrashReportingEnabled flag to true.
  2. Then, call the Shake.start method.
AppDelegate.swift
Shake.configuration.isCrashReportingEnabled = true

After you have enabled crash reporting, set up symbolication and then test crash reporting in your app.