sentry cli feedback
Submit feedback about your experience with the Sentry CLI. All text afterfeedback is sent as your message.
Usage
Arguments
- message (required) - Your feedback message (all remaining arguments are joined into a single message)
Examples
Positive Feedback
Feature Request
Report Confusion
Multi-word Messages
How It Works
- Your feedback is sent to Sentry via the
@sentry/bunSDK’scaptureFeedback()method - The CLI waits up to 3 seconds to ensure the feedback is sent before exiting
- Feedback is associated with your CLI version and platform for context
Telemetry Requirement
Feedback requires telemetry to be enabled. If telemetry is disabled:Enabling Feedback
To enable feedback, unset theSENTRY_CLI_NO_TELEMETRY environment variable:
Success Confirmation
When feedback is successfully sent:Network Timeout
If the feedback cannot be sent within 3 seconds (network issues):Empty Messages
Empty or whitespace-only messages are rejected:Privacy
Feedback submissions include:- Your feedback message
- CLI version (e.g.,
0.5.0) - Platform/OS (e.g.,
darwin,linux,win32) - Timestamp
- Authentication tokens
- Project/organization data
- File paths or code from your machine
- Personal information (unless you include it in your message)
Use Cases
Report Bugs
Suggest Features
Report Confusion
Express Appreciation
Feedback vs. GitHub Issues
| Feedback Command | GitHub Issues |
|---|---|
| Quick, one-line thoughts | Detailed bug reports |
| Feature ideas | Feature proposals with use cases |
| General impressions | Reproducible steps |
| Anonymous (no GitHub account needed) | Public discussion |
| Sent to Sentry team | Community + team visibility |
- Quick thoughts or impressions
- Don’t need a response
- Want to remain anonymous
- Need detailed troubleshooting
- Want to track progress
- Need to share logs, screenshots, or code
Exit Codes
0- Feedback sent successfully (or telemetry disabled)1- Validation error (empty message)
Related Commands
sentry --version- Show CLI versionsentry --help- View all available commands
External Resources
- GitHub Issues - Report detailed bugs
- Sentry CLI Documentation - Full documentation
- Sentry Discord - Community support