Method: Sentry.initialized?
- Defined in:
- lib/sentry-ruby.rb
permalink .initialized? ⇒ Boolean
Returns true if the SDK is initialized.
298 299 300 |
# File 'lib/sentry-ruby.rb', line 298 def initialized? !!get_main_hub end |
Returns true if the SDK is initialized.
298 299 300 |
# File 'lib/sentry-ruby.rb', line 298 def initialized? !!get_main_hub end |