Method: Sentry::Client#transport

Defined in:
lib/sentry/client.rb

#transportTransport (readonly)

The Transport object that’ll send events for the client.

Returns:



17
18
19
# File 'lib/sentry/client.rb', line 17

def transport
  @transport
end