hawk.javascript
hawk.javascript copied to clipboard
JavaScript errors tracker
The catcher must somehow recognize memory leaks and send this information to the collector. we need to investigate what possibilities we have for detecting memory leaks
The new version of the Hawk allows us to implement new features for the python catcher. We need to implement support for these features. Common features and requirements are listed...
Some events have additional information right at the title in parentless. For example: ``` Loading chunk 46 failed. (error: https://vc-static-bf19cf1.gcdn.co/static/build/vc.ru/search.f28511b7f4e02dfaf1d0.min.js) ``` ``` undefined is not a constructor (evaluating 'new o')...
For example, when error throws by mousemove or scroll
# Performance Monitoring API This PR adds a new Performance Monitoring API to track application performance metrics. ## Features - Track transactions and spans with timing data - Automatic span...
Allows to use catcher in node.js like environment. Needed for react-native catcher