Skip to content

Commit

Permalink
README: note how to send crash reports to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Sep 17, 2024
1 parent 73ac0f1 commit b7ac7bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path to ghostty crash>
```

> [!WARNING]
>
Expand Down

0 comments on commit b7ac7bf

Please sign in to comment.