WeSearch

FindBug - Self-hosted Error Tracking & Performance Monitoring for Rails (v0.5.0)

·4 min read · 0 reactions · 0 comments · 12 views
#rails#ruby#opensource#webdev
FindBug - Self-hosted Error Tracking & Performance Monitoring for Rails (v0.5.0)
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)