When launching a product quickly, there is bound to be some bugs. Tools like Sentry might help combat this, but when a bug lands in Sentry, all you see is the Red Carpet of Doom (the stack trace).
We were frustrated with the poor developer-experience of current debugging tools, and decided to build Flytrap; a fast debugging tool that quickly allows developers to understand in detail what happened leading up to a bug, and focuses on reproducibility in the developer environment.
- Key features
1. Detailed context; See the inputs and outputs of all function calls leading up to the bug
2. Reproducibility; Reproduce the bug on your local development environment in under a minute
3. Security; All capture data encrypted during transit and at rest.
- Links
Home page: https://www.useflytrap.com
Docs: https://docs.useflytrap.com
GitHub: https://github.com/useflytrap/flytrap-js
What issues have you had with fixing bugs in production? We would love to hear your ideas, thoughts, experiences and feedback!