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.
2 parents 5204d29 + e0cf0e8 commit 64bce3dCopy full SHA for 64bce3d
lib/mix/tasks/sentry.send_test_event.ex
@@ -63,6 +63,11 @@ defmodule Mix.Tasks.Sentry.SendTestEvent do
63
64
:excluded ->
65
Mix.shell().info("No test event was sent because the event was excluded by a filter")
66
+
67
+ :unsampled ->
68
+ Mix.shell().info(
69
+ "No test event was sent because the event was excluded according to the sample_rate"
70
+ )
71
end
72
else
73
Mix.shell().info(
0 commit comments