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})
[View source]

131
132
133
# File 'lib/sentry-ruby.rb', line 131

def integrations
  @integrations ||= {}
end