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 39cfadf commit 99777f3Copy full SHA for 99777f3
test/sentry_test.exs
@@ -53,7 +53,10 @@ defmodule SentryTest do
53
54
put_test_config(hackney_opts: [recv_timeout: 50])
55
56
- assert {:error, %Sentry.ClientError{reason: {:request_failure, %Mint.TransportError{reason: :timeout}}}} =
+ assert {:error,
57
+ %Sentry.ClientError{
58
+ reason: {:request_failure, %Mint.TransportError{reason: :timeout}}
59
+ }} =
60
Sentry.capture_message("error", request_retries: [], result: :sync)
61
62
Bypass.pass(bypass)
0 commit comments