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
change opts.log to opts.events with the same functions. also change all refs to log or logs to event or events. each function (ie send, send, etc) should change arg opts to event or e. Also we should include at least the following on the event
{request: {},// request-promise request object minus any internal properties (or possible recursion)response: {},request-promiseresponseobjectminusanyinternalproperties(orpossiblerecursion)(thiswillonlyhaveavalueonsent,anderror)startedAt: 209320982324,// replaces timestampduration: 2933,// time spent sending (only included on sent or error)}
The text was updated successfully, but these errors were encountered:
change opts.log to opts.events with the same functions. also change all refs to log or logs to event or events. each function (ie send, send, etc) should change arg opts to event or e. Also we should include at least the following on the event
The text was updated successfully, but these errors were encountered: