Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Rename `CrashLogging` class to better reflect functionality #264

Open twstokes opened 11 months ago

twstokes commented 11 months ago

The CrashLogging class can be used to log any sort of event, not just crashes. Including CrashLogging in stack traces may cause confusion for non-fatal events:

image