captureUserFeedback static method

Future<void> captureUserFeedback(
  1. SentryUserFeedback userFeedback
)

Reports a userFeedback to Sentry.io.

First capture an event and use the SentryId to create a SentryUserFeedback

Implementation

static Future<void> captureUserFeedback(SentryUserFeedback userFeedback) =>
    _hub.captureUserFeedback(userFeedback);