SentryAnalytics

@Singleton
class SentryAnalytics @Inject constructor(context: Context, sharedPreferences: SharedPreferences)

Constructors

Link copied to clipboard
@Inject
fun SentryAnalytics(context: Context, sharedPreferences: SharedPreferences)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun record(exception: Throwable)
Link copied to clipboard
fun setBarcode(barcode: String)
Link copied to clipboard
fun setTag(key: String, value: String)

Properties

Link copied to clipboard
val prefKey: String