sendFeedback
suspend fun sendFeedback(id: SentryId, comments: String? = null, name: String? = null, removeId: Boolean = true)
Convenience wrapper around the Sentry user feedback API.
Note: Doesn't use the SentryCapture system, and thus ignores the SentryDataTypeBuilder. Disable the Sentry feedback extension if you don't want these to be submitted.