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
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
@ansjin
What do you mean by "get the request body"? Do you mean before the appmetrics intervention?
If you mean after the intevention - depending on your framework (Koa for example), you could use something like the following example.
If you mean before the appmetrics interventino -
you could basically fork appmetrics, and provide a callback to appmetrics to be used on each incoming / outgoing hook.
In this case, maybe appmetrics could also provide an "onBefore" style event.
Is there a way by which somehow i can get the request and response body for each request received and served by a service ?
The text was updated successfully, but these errors were encountered: