trackCrashIfManagerExists

fun trackCrashIfManagerExists(error: Throwable, sessionNumber: Int)

Tracks a fatal crash if PingManager is available.

This method creates and queues a crash Pinglet for fatal errors that cause application termination. It's typically called from crash handlers where Context may not be available.

Parameters

error

The throwable representing the crash that occurred

sessionNumber

Session identifier for associating the crash with a specific session