Method: Sentry::Client#transport
- Defined in:
- lib/sentry/client.rb
#transport ⇒ Transport (readonly)
The Transport object that’ll send events for the client.
17 18 19 |
# File 'lib/sentry/client.rb', line 17 def transport @transport end |