Method: Sentry::Transport::Configuration#timeout

Defined in:
lib/sentry/transport/configuration.rb

#timeoutInteger

The timeout in seconds to open a connection to Sentry, in seconds. Default value is 2.

Returns:

  • (Integer)


10
11
12
# File 'lib/sentry/transport/configuration.rb', line 10

def timeout
  @timeout
end