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
I'm looking for a way to intercept requests made through this library so I can capture the request being made to forward to Datadog to debug some slow network calls.
Is there any way to do this? I suspect creating a custom provider is somewhere in the right direction as I saw in this discussion: #5025 but I'm kind of stuck from there as I don't see any way to do that within the Web3.providers.HttpProvider class.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm looking for a way to intercept requests made through this library so I can capture the request being made to forward to Datadog to debug some slow network calls.
Is there any way to do this? I suspect creating a custom provider is somewhere in the right direction as I saw in this discussion: #5025 but I'm kind of stuck from there as I don't see any way to do that within the
Web3.providers.HttpProvider
class.Beta Was this translation helpful? Give feedback.
All reactions