Method: Sentry::Transport::Configuration#transport_class

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

#transport_classClass?

The class to use as a transport to connect to Sentry. If this option not set, it will return ‘nil`, and Sentry will use `Sentry::HTTPTransport` by default.

Returns:

  • (Class, nil)

79
80
81
# File 'lib/sentry/transport/configuration.rb', line 79

def transport_class
  @transport_class
end