Sending us Feedback
We would love to get your feedback on Warp: bugs, feature requests, novel ideas, etc.
- Join our Discord server. Send a message in
#bugs-and-questions
for help with issues and#new-and-wild-ideas
for feature requests. - Through our in-app feedback form: navigate to the Mac menu > Send Feedback > Open Feedback Form.
Send Feedback
WarpPreview is an early access build given to Warp Ambassadors. You can join this insider program with 20 or more referrals or through our application. Learn more about our Referral and Warp Ambassadors programs.
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 5mo ago