If you do web programming, code integration with your remote team, and/or software development that requires real-time monitoring of development progress, monday dev is an excellent tool for this. Like its base platform, Monday.com, monday dev is developed and attempts to integrate into a very "new era" organizational system of digital whiteboards, only now focused more on productivity and helping developers to be comfortable in remote work.
[Sentry] is honestly an amazing product. It allows us to detect errors in real time complete with stack traces and any extra accompanying information the developer wants to provide in the alert. With the alerting into Slack it has allowed us to quickly triage and tag in people who need eyes on a specific issue. It would be really useful in any Saas product environment.
While monday dev is an excellent ally to organize and work in harmony with your team, there are still certain important aspects that need to be improved. They are minor, but if corrected, they will help improve the user experience when using it.
Monday is better than Jobber, as it gives you a place to see where all the jobs are and what the current status is. Everyone in the company can go to and see that view. It's not dependent on the status of the employee. Excel is much more technical and requires much more work to set up.
We actually ended up using both because New Relic is a more robust overall IT infrastructure monitoring product. However, sentry is more developer oriented on the backend and more client friendly on the front end as far as showing results and the dashboard etc. It can provide product level insights that New Relic does not.
Error tracking is a must in any modern dynamic website or app. By looking into the error notifications I'm able to fix errors before anyone even has a chance to complain about them!
Surprisingly, many website issues aren't showing up in Sentry, because they don't trigger exceptions. I'm interested in seeing if I can use Sentry to catch manually-triggered exceptions for "undesirable states" that my website can find itself in. Of course, that means I have to figure out how to have my client code recognize that it's in an undesirable state...