Sending Feedback & Logs
Submit your feedback on Warp: bugs, feature requests, novel ideas, etc.
Sending Warp feedback
Open a new issue or feature request in our GitHub repository.
Command Palette, type and select "Send Feedback".
Warp Essentials💡, click on Feedback.
Join our Discord server. Send a message in
#questions-and-feedback
.

Preview-Specific Feedback
If you're using Warp Preview, please share your feedback in our Warp Community Slack instead of GitHub issues. This helps us better track and respond to Preview-specific feedback.
Gathering Warp Logs
In some cases, we may also ask for your Warp logs. You can retrieve them by following the instructions for your platform below. Locate the log file and attach it to your GitHub issue comment, feedback email, or discord message.
The Warp log files are located at ~/Library/Logs/
.
Close Warp and run the following from another terminal to zip the logs to your Desktop:
zip -j ~/Desktop/warp-logs.zip ~/Library/Logs/warp.log*
If your issue is graphical (e.g. no display of windows) or a crash, please run Warp with the following command to capture more log information:
RUST_LOG=wgpu_core=info,wgpu_hal=info /Applications/Warp.app/Contents/MacOS/stable
Last updated
Was this helpful?