Method: Sentry::Transport::Configuration#transport_class
- Defined in:
- lib/sentry/transport/configuration.rb
#transport_class ⇒ Class?
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.
79 80 81 |
# File 'lib/sentry/transport/configuration.rb', line 79 def transport_class @transport_class end |