Error

object Error

Utilities for tracking error events.

Provides methods for tracking various types of errors and crashes that occur within the SDK, including both recoverable errors and fatal crashes.

Functions

Link copied to clipboard
fun trackCrashIfManagerExists(error: Throwable, sessionNumber: Int)

Tracks a fatal crash if PingManager is available.

Link copied to clipboard
fun trackNonFatal(context: Context, error: Throwable, sessionNumber: Int)

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

Link copied to clipboard
fun trackNonFatalIfManagerExists(error: Throwable, sessionNumber: Int)

Tracks a non-fatal error if PingManager is available.