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 6a1b87f commit f86f601Copy full SHA for f86f601
lib/mix/tasks/sentry.send_test_event.ex
@@ -67,7 +67,7 @@ defmodule Mix.Tasks.Sentry.SendTestEvent do
67
end
68
69
Mix.shell().info("current environment_name: #{inspect(to_string(Config.environment_name()))}")
70
- Mix.shell().info("finch_opts: #{inspect(Config.finch_opts())}\n")
+ Mix.shell().info("Finch options: #{inspect(Config.finch_opts())}\n")
71
72
73
defp send_event(opts) do
0 commit comments