You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the bug report. I must have tweaked some things after my last test using real Notifications (probably adding the start_request event). It should be fixed in #506, if you have a chance can you help me test it out?
The new instrumentation feature (#499) does not seem to work, using the simplest example case.
It expects an
instrumenter
object which responds toinstrument
,start
, andstop
:http/lib/http/features/instrumentation.rb
Lines 24 to 25 in 4bc1223
which means we have to pass
ActiveSupport::Notifications.instrumenter
(which differs from the documented example).But when I try to make a request, it appears to fail when I chain a
get
request:The text was updated successfully, but these errors were encountered: