Method: Sentry.initialized?

Defined in:
lib/sentry-ruby.rb

.initialized?Boolean

Returns true if the SDK is initialized.

Returns:

  • (Boolean)


289
290
291
# File 'lib/sentry-ruby.rb', line 289

def initialized?
  !!get_main_hub
end