Method: Sentry.initialized?

Defined in:
lib/sentry-ruby.rb

.initialized?Boolean

Returns true if the SDK is initialized.

Returns:

  • (Boolean)
[View source]

298
299
300
# File 'lib/sentry-ruby.rb', line 298

def initialized?
  !!get_main_hub
end