Skip to content

Commit 67400c9

Browse files
committed
more changes
1 parent c81055f commit 67400c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyroscope_ffi/ruby/lib/pyroscope.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Utils
2424

2525
class Engine < Rails::Engine
2626
config.after_initialize do
27-
next unless Pyroscope.current_config && Pyroscope.current_config.autoinstrument_rails
27+
next unless ::Pyroscope.current_config && ::Pyroscope.current_config.autoinstrument_rails
2828

2929
::Pyroscope.initialize_rails_hooks
3030
end

0 commit comments

Comments
 (0)