Build v1.0.5
FancyTrack - JavaScript error tracking library from FancyGrid team.
FancyTrack is light alternative to TrackJS service.
It is free and light.
But at the moment it overrides window.onerror handler.
window.onerror is not supported by IE Edge
Include a reference to the FancyTrack library
<script src="/fancytrack/fancytrack.min.js"></script>
The FancyTrack
object is now accessible. Happy error tracking!
<script>
FancyTrack.init({
url: '/trackerror/'
});
</script>
<script>
FancyTrack.init({
url: '/trackerror/',
method: 'POST'
});
</script>
<script>
FancyTrack.init({
url: '/trackerror/'
});
FancyTrack.track("My Error");
</script>
- browser
- columnNumber
- errorText
- errorName
- errorStack
- lineNumber
- mobile
- os
- url
- userAgent
The package includes the following:
| README.md
├── client
│ ├── fancytrack.min.js
│ ├── fancytrack.js
| ...
Capture and report JavaScript errors with window.onerror
Test case of error reporting on php
npm install fancytrack
If you need any assistance or would like to report any bugs found in FancyTrack, please contact us at support@fancygrid.com