Blackfire.io is designed to empower PHP developers to continuously verify and improve their app’s performance in development, testing, staging and production. It makes it possible to drill down to function/method call level to understand and fix performance bottlenecks. The vendor says its wide variety of automation options makes it a breeze to add it to a development and testing workflow. The Blackfire Player, an Open Source Web Crawling, Web Tester, and Web…
N/A
Sentry
Score 9.1 out of 10
N/A
Sentry provides engineering teams with tools to detect and solve user-impacting bugs and other issues.
blackfire.io is best suited for any company that has a development team managing code releases into different environments. This tool is crucial in cases where there are codebase changes or upgrades and it really helps in load testing and code validity. With every new codebase release there could be a risk of how it affects the infrastructure supporting it so blackfire.io helps report on those metrics.
[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.
The pricing offered by blackfire.io was highly competitive and customisable as we opted for pay per use pricing model. Initial setup was very easy. The support team provided us with the detailed demo of the product and helped with the initial integration and setup. We already had tried our free version as well and the results looked good. So opted for blackfire.io
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...