Method: Sentry::Configuration#enabled_patches

Defined in:
lib/sentry/configuration.rb

#enabled_patchesArray<Symbol>

Array of patches to apply. Default is DEFAULT_PATCHES

Returns:

  • (Array<Symbol>)
[View source]

308
309
310
# File 'lib/sentry/configuration.rb', line 308

def enabled_patches
  @enabled_patches
end