Skip to content

Commit 3e820f7

Browse files
authored
Load configuration in "mix sentry.send_test_event" (#708)
1 parent a9f0803 commit 3e820f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mix/tasks/sentry.send_test_event.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ defmodule Mix.Tasks.Sentry.SendTestEvent do
3434
Mix.Task.run("compile", args)
3535
end
3636

37+
Mix.Task.run("loadconfig")
38+
Mix.Task.run("app.config")
39+
3740
case Application.ensure_all_started(:sentry) do
3841
{:ok, _apps} ->
3942
:ok

0 commit comments

Comments
 (0)