From b7ac7bf33642bf35271933dfffb4a412ddfffbc6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Sep 2024 13:30:37 -0700 Subject: [PATCH] README: note how to send crash reports to the project --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2667b7dc5..1cc90c651 100644 --- a/README.md +++ b/README.md @@ -471,10 +471,12 @@ The `ghostty +crash-report` CLI command can be used to list any crash reports. A future version of Ghostty will show you the contents of the crash report directly in the terminal. -If Ghostty crashed, you can help the project by sending the crash report -to a maintainer. We do not recommend uploading crash reports directly -to public locations such as GitHub Issues because they can contain -sensitive information (see the warning below). +To send the crash report to the Ghostty project, you can use the following +CLI command using the [Sentry CLI](https://docs.sentry.io/cli/installation/): + +```shell-session +SENTRY_DSN=https://e914ee84fd895c4fe324afa3e53dac76@o4507352570920960.ingest.us.sentry.io/4507850923638784 sentry-cli send-envelope --raw +``` > [!WARNING] >