Method: Sentry::Configuration#enabled_patches
- Defined in:
- lib/sentry/configuration.rb
permalink #enabled_patches ⇒ Array<Symbol>
Array of patches to apply. Default is DEFAULT_PATCHES
308 309 310 |
# File 'lib/sentry/configuration.rb', line 308 def enabled_patches @enabled_patches end |