Method: Sentry.integrations

Defined in:
lib/sentry-ruby.rb

.integrationsHash{String=>Hash}

Returns a hash that contains all the integrations that have been registered to the main SDK.

Returns:

  • (Hash{String=>Hash})


129
130
131
# File 'lib/sentry-ruby.rb', line 129

def integrations
  @integrations ||= {}
end