|
|
|
|
|
by gabrtv
5123 days ago
|
|
Very nice UI/UX. If I was a .NET developer this is something I would consider using and paying for. 2 initial thoughts: 1. It's not clear how the integration works (API call during exception handling?). That mechanism is important to me, the developer.
2. Seems like the ASP.NET limitation will make it tough to gain traction initially. You may want to consider open-sourcing the integration hooks (API calls, stack trace parsing, etc). That would allow people like me to add support for my language/framework and send a pull request through GitHub. Just a thought.. Best of luck! |
|
To answer your points:
1. Yes - you are right that we need to make it clearer how integration works. We are working on a page right now which explains everything in detail. Hopefully it should go up within a few hours.
2. We are .NET developers so targeting ASP.NET seemed natural but we definitely have plans to target ruby, python, node, php, java, etc.... We are going to open source the integration module and allow others to build new ones in different languages. It would be amazing if we got some help from the community with this.
Thanks again!