Method: Sentry::Metrics::Configuration#enabled
- Defined in:
- lib/sentry/metrics/configuration.rb
#enabled ⇒ Boolean
Enable metrics usage. Starts a new Aggregator instance to aggregate metrics and a thread to aggregate flush every 5 seconds.
12 13 14 |
# File 'lib/sentry/metrics/configuration.rb', line 12 def enabled @enabled end |