Sending Feedback & Logs
Submit your feedback on Warp as well as logs, debugging id, process samples, 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
.If you're using Warp Preview, please share your feedback in our Warp Community Slack.
For Enterprise customers, please submit feedback on your private slack channel.
For security-related issues or questions, please email [email protected].

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
Gathering AI debugging ID
In cases where you have issues with the Agent, we may ask for the AI debugging ID to troubleshoot the specific conversation. To gather the debugging ID, RIGHT-CLICK
on the AI conversation block in question and select "Copy debugging ID", then paste that into the bug report that you submit so that our team can investigate the issue.
Last updated
Was this helpful?