Method: Sentry::Transport::Configuration#open_timeout

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

#open_timeoutInteger

The timeout in seconds to read data from Sentry, in seconds. Default value is 1.

Returns:

  • (Integer)


16
17
18
# File 'lib/sentry/transport/configuration.rb', line 16

def open_timeout
  @open_timeout
end