SentryAdapter
A class that wraps the Sentry APIs in order to make them a bit easier to integrate.
Properties
Functions
Link copied to clipboard
Register an event ID that a user may provide feedback for.
Link copied to clipboard
Link copied to clipboard
Given an event ID, check whether it's awaiting feedback.
Link copied to clipboard
Remove an event ID that feedback has already been provided for.
Link copied to clipboard
suspend fun sendFeedback(id: SentryId, comments: String? = null, name: String? = null, removeId: Boolean = true)
Convenience wrapper around the Sentry user feedback API.
Link copied to clipboard