FindBug - Self-hosted Error Tracking & Performance Monitoring for Rails (v0.5.0)
FindBug is a self-hosted error tracking and performance monitoring tool designed for Rails applications. It allows developers to capture exceptions and performance data while keeping all data on their own infrastructure. The latest version, 0.5.0, introduces significant improvements, including database-agnostic support and simplified installation.
- ▪FindBug eliminates the need for costly SaaS error tracking solutions by allowing users to host their own error monitoring.
- ▪The tool captures unhandled exceptions and performance metrics without slowing down user requests.
- ▪Version 0.5.0 features database-agnostic capabilities, adapting to different SQL databases at runtime.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2313146) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Soumit Das Posted on May 16 FindBug - Self-hosted Error Tracking & Performance Monitoring for Rails (v0.5.0) #rails #ruby #opensource #webdev I got tired of paying $26/seat/month for error tracking on side projects, so I built FindBug - a Rails engine that captures exceptions and performance data with all the data living on your own infrastructure. Zero SaaS, full ownership, MIT-licensed.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).