TrackJS-Node
TrackJS-Node copied to clipboard
TrackJS Error Monitoring agent for NodeJS
Results
2
TrackJS-Node issues
Sort by
recently updated
recently updated
newest added
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