feathers-debugger
v1.3.2
Published
FeathersJS Debugger Chrome Extension
Downloads
123
Maintainers
Readme
Feathers Debugger Chrome Extension
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Extension to debug FeathersJS server.
Features
- Waterfall chart
- Track request duration
- Find API bottlenecks
- Visualize Queries
- Inspect Query params and errors (coming soon!)
Usage
Install chrome extension from Chrome Web Store
Add Feathers Debugger Service and configure it as explained here.
Open Chrome devtools, and you will see Feathers tab on the right.
Happy Debugging!
Development
Contributions are welcome!
- git clone https://github.com/radenkovic/feathers-debugger
- yarn
- yarn dev
- open localhost:3000/devtools.html
Deployment
- Bump version in package.json
- Bump version in manifest.json
- yarn build
- Create github release
- Upload to Chrome Store