trackNonFatal

fun trackNonFatal(context: Context, error: Throwable, sessionNumber: Int)

Tracks a non-fatal error that occurred during SDK operation.

This method creates and queues an error Pinglet for recoverable errors that don't cause application termination but should be monitored for debugging and quality improvement purposes.

Parameters

context

Application context for PingManager initialization

error

The throwable representing the error that occurred

sessionNumber

Session identifier for associating the error with a specific session