Skip to main content

send_user_feedback

Function send_user_feedback 

Source
pub fn send_user_feedback(message: &str)
Expand description

Captures a single user-feedback message and ships it to Sentry.

The event is tagged so the logger’s before_send filter lets it through unconditionally. The user just clicked Send: that is consent in the moment, regardless of the telemetry/crash-report toggles.

§Arguments

  • message - The free-form text the user typed in the feedback dialog.