RealErrorReporter

class RealErrorReporter @Inject constructor(analyticsRequestExecutor: AnalyticsRequestExecutor, analyticsRequestFactory: AnalyticsRequestFactory) : ErrorReporter

ErrorReporter which sends error analytics via AnalyticsRequestExecutor.

Constructors

Link copied to clipboard
@Inject
constructor(analyticsRequestExecutor: AnalyticsRequestExecutor, analyticsRequestFactory: AnalyticsRequestFactory)

Functions

Link copied to clipboard
open override fun report(errorEvent: ErrorReporter.ErrorEvent, stripeException: StripeException?, additionalNonPiiParams: Map<String, String>)