Todd H. Gardner

Results 6 issues of Todd H. Gardner

Request Metrics is from the team that made TrackJS (already listed in Error Monitoring). It's a lower-cost, simpler replacement for speedcurve.

This branch shows all the potential performance improvements we covered as part of the training. They include: 1. Add performance monitoring agent 2. Reducing server time to 50ms simulating CDN...

changed file arguments to loop over task.data.files.src. Updated common test fixture to construct the fake task with this data structure.

Instead of the deprectated `domain` concept, in Node v14+ we can store our agent instance in the asyncLocalStorage object. https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage

enhancement

Add options to match the TrackJS Browser agent by installing with: ``` TrackJS.install({ token: '', network: { enabled: true, error: true } }); ``` `enabled` toggles whether or not we...

enhancement