Class: NRBundlerPatcher
- Inherits:
-
Object
- Object
- NRBundlerPatcher
- Defined in:
- lib/boot/strap.rb
Constant Summary collapse
- BUNDLER =
'bundler'- RUBYOPT =
'RUBYOPT'
Class Method Summary collapse
Class Method Details
.patch ⇒ Object
62 63 64 65 66 67 68 69 |
# File 'lib/boot/strap.rb', line 62 def self.patch check_for_require check_for_rubyopt check_for_bundler Bundler::Runtime.prepend(NRBundlerPatch) rescue StandardError => e Kernel.warn "New Relic entrypoint at #{__FILE__} encountered an issue:\n #{e.}" end |