Commands
cli feedback
Send feedback about your experience with the CLI.
Usage
sentry cli feedback <message>Arguments:
| Argument | Description |
|---|---|
<message> | Your feedback message (all words after feedback are joined) |
Examples
# Send positive feedbacksentry cli feedback i love this tool
# Report an issuesentry cli feedback the issue view is confusing
# Suggest an improvementsentry cli feedback would be great to have a search commandNotes
- Feedback is sent via Sentry’s telemetry system
- If telemetry is disabled (
SENTRY_CLI_NO_TELEMETRY=1), feedback cannot be sent - All feedback is anonymous and used to improve the CLI