Sending Us Feedback
We would love to get your feedback on Warp: bugs, feature requests, novel ideas, etc.
- Through the Mac Menu: Help > Send Feedback.
- Through in-app Menu: Warp Essentials> Feedback💡
- Join our Discord server. Send a message in
#bugs-and-feedback
for help with bugs and issues and#questions
for general questions on how to do stuff in Warp.

Send Feedback
WarpPreview is an early access build given to Warp Ambassadors. You can join this insider program through our application. Learn more about the Warp Ambassadors program.
In some cases, we may also ask for your Warp logs. You can retrieve them using your Terminal app or the Console – a utility for tracking diagnostic information. Note: Warp’s logs do not contain any console input or output. See more on how we handle Crash Reports and Telemetry.
- 1.Launch Console, found in Mac’s
Applications > Utilities
folder - 2.In the left pane, select Log Reports
- 1.In the right pane, find the
warp
log - 2.Drag and drop the log into your GitHub issue comment, feedback email, or discord message.
- 3.In case of a Warp crash, select Crash Reports from the left pane
- 1.Find the Warp crash report from within the right pane
- 2.Drag and drop the crash report into your GitHub issue comment, feedback email, or discord message.
- 1.Open Terminal, found in Mac’s Applications > Utilities folder
- 2.For a log report
- 1.Run
find $HOME/Library/Logs -name "warp*log" -exec cp {} ~/Desktop/ \;
- 2.Drag and drop the log file from your Desktop into your GitHub issue comment, feedback email, or discord message.
- 3.In case of a Warp crash
- 1.Run
find $HOME/Library/Logs -name "*dev*warp*" -exec cp {} ~/Desktop/ \;
- 2.Drag and drop the crash report into your GitHub issue comment, feedback email, or discord message.
Last modified 2mo ago