Sending Us Feedback
We would love to get your feedback on Warp: bugs, feature requests, novel ideas, etc.
Sending Warp feedback:
Open a new issue or feature request in our GitHub repository.
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.
Sending WarpPreview 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.
Join our Discord server. Send a message in
#warp-preview-feedback
for help with WarpPreview.
Gathering Warp Logs
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.
Exporting Logs from Console:
Launch Console, found in Macβs
Applications > Utilities
folderIn the left pane, select Log Reports
In the right pane, find the
warp
logDrag and drop the log into your GitHub issue comment, feedback email, or discord message.
In case of a Warp crash, select Crash Reports from the left pane
Find the Warp crash report from within the right pane
Drag and drop the crash report into your GitHub issue comment, feedback email, or discord message.
Exporting Logs from Terminal:
Open Terminal, found in Macβs Applications > Utilities folder
For a log report
Run
find $HOME/Library/Logs -name "warp*log" -exec cp {} ~/Desktop/ \;
Drag and drop the log file from your Desktop into your GitHub issue comment, feedback email, or discord message.
In case of a Warp crash
Run
find $HOME/Library/Logs -name "*dev*warp*" -exec cp {} ~/Desktop/ \;
Drag and drop the crash report into your GitHub issue comment, feedback email, or discord message.
Last updated
Was this helpful?