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 4d2f5db commit b7291ddCopy full SHA for b7291dd
1 file changed
test/sentry/test_test.exs
@@ -186,9 +186,7 @@ defmodule Sentry.TestTest do
186
end
187
188
test "does not collect event when before_send returns nil" do
189
- SentryTest.setup_sentry(
190
- before_send: fn _event -> nil end
191
- )
+ SentryTest.setup_sentry(before_send: fn _event -> nil end)
192
193
assert :excluded = Sentry.capture_message("dropped", result: :sync)
194
0 commit comments