Method: Sentry::Client#configuration
- Defined in:
- lib/sentry/client.rb
#configuration ⇒ Configuration (readonly)
The Configuration object that’s used for configuring the client and its transport.
30 31 32 |
# File 'lib/sentry/client.rb', line 30 def configuration @configuration end |