Method: StackifyRubyAPM::Subscriber#register!
- Defined in:
- lib/stackify_apm/subscriber.rb
#register! ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
20 21 22 23 24 25 |
# File 'lib/stackify_apm/subscriber.rb', line 20 def register! unregister! if @subscription @subscription = ActiveSupport::Notifications.subscribe(notifications_regex, self) end |