Skip to content

Commit 903aeb9

Browse files
committed
Polish docs for "mix sentry.send_test_event"
1 parent f6f577f commit 903aeb9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/mix/tasks/sentry.send_test_event.ex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ defmodule Mix.Tasks.Sentry.SendTestEvent do
22
use Mix.Task
33
alias Sentry.Config
44

5-
@shortdoc "Attempts to send a test event to check the Sentry configuration"
5+
@shortdoc "Send a test event to Sentry to check your Sentry configuration"
66

77
@moduledoc """
8-
Send test event to check if Sentry configuration is correct.
8+
Sends a test event to Sentry to check if your Sentry configuration is correct.
9+
10+
This task reports a `RuntimeError` exception like this one:
11+
12+
%RuntimeError{message: "Testing sending Sentry event"}
913
1014
## Options
1115

0 commit comments

Comments
 (0)