Method: Sentry.integrations
- Defined in:
- lib/sentry-ruby.rb
.integrations ⇒ Hash{String=>Hash}
Returns a hash that contains all the integrations that have been registered to the main SDK.
129 130 131 |
# File 'lib/sentry-ruby.rb', line 129 def integrations @integrations ||= {} end |