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