We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f577f commit 903aeb9Copy full SHA for 903aeb9
lib/mix/tasks/sentry.send_test_event.ex
@@ -2,10 +2,14 @@ defmodule Mix.Tasks.Sentry.SendTestEvent do
2
use Mix.Task
3
alias Sentry.Config
4
5
- @shortdoc "Attempts to send a test event to check the Sentry configuration"
+ @shortdoc "Send a test event to Sentry to check your Sentry configuration"
6
7
@moduledoc """
8
- Send test event to check if Sentry configuration is correct.
+ 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"}
13
14
## Options
15
0 commit comments