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