LogFlow

Changelog

What's new

Product updates, new features, and improvements.

SEOAug 26, 2026

SEO improvements & IndexNow integration

  • Added OG image generation for all pages — blog articles, comparisons, tutorials, and the homepage now show rich preview images when shared on social media
  • Integrated IndexNow protocol for instant Bing and Yandex indexing — new and updated pages are submitted automatically
  • Added JSON-LD structured data (Organization, SoftwareApplication, Article, HowTo, FAQ schemas) across all content pages
  • Added canonical tags and security headers site-wide
  • Unique meta descriptions for all 27 documentation pages
  • Added llms.txt for AI bot discoverability (ChatGPT, Perplexity, Claude)
SDKAug 20, 2026

Browser SDK v0.1.0

  • Released @getlogflow/browser on npm — CJS + ESM + IIFE builds, 5-7 KB gzipped
  • Auto-captures window.onerror and unhandledrejection events
  • Keepalive fetch flush on pagehide and visibilitychange — no lost logs on tab close
  • Built-in rate limiting (20 errors/min) and configurable ignore patterns
  • Automatically adds url, userAgent, environment, and release to every log entry
  • Script tag support: drop one <script> tag and start capturing browser errors
FeatureAug 10, 2026

AI anomaly detection

  • Automatic anomaly detection: error rate spikes, volume spikes, volume drops, and service silence
  • AI-powered explanations via Claude — each anomaly gets a plain-text analysis of probable cause
  • Two-strike rule prevents false alarms — an anomaly must persist across two consecutive checks before firing
  • Anti-flap resolve logic — anomalies auto-resolve when the condition clears, with hysteresis to prevent rapid open/close cycles
  • Notifications via Slack, Telegram, Email, Discord, and Webhook
  • Dashboard banner for active anomalies with per-session dismiss
FeatureJul 28, 2026

Service map & deployment markers

  • Service map (Growth+): canvas-based force-directed graph showing how your microservices connect. Node color indicates error rate, detail panel shows p50/p95/p99 latency and log volume
  • Deployment markers: POST /v1/deployments to record a deploy. Appears as a purple vertical line on Overview charts — correlate deploys with error spikes
  • Deployment markers include version, service, environment, and description fields
  • Service connections are extracted from real log data attributes — no manual configuration
FeatureJul 15, 2026

Error grouping & Issues page

  • Automatic error fingerprinting — normalizes error messages, strips prefixes, replaces hex/IDs/numbers, generates SHA-256 fingerprint
  • Issues page at /dashboard/issues with tabs for open, muted, and resolved errors
  • Regression detection: resolved errors automatically reopen if the same fingerprint appears again
  • AI summary button on each issue — Claude analyzes the error pattern and suggests fixes
  • Sidebar badge shows open issue count, updates in real-time
  • Batch deduplication at ingestion — pre-deduplicates within the same batch, with P2002 fallback for concurrent writes
FeatureJul 1, 2026

Team collaboration & audit log

  • Team members (Starter+): invite team members via email with branded invitation links
  • Roles: owner, admin, member, viewer — owner cannot be changed or removed
  • Invitations expire after 7 days, accept flow via /invite?token= page
  • Audit log (Enterprise S+): tracks team invitations, role changes, project modifications, and more
  • Audit entries include action, actor email, IP address, and metadata
  • Fire-and-forget audit logging — never blocks the main request flow
FeatureJun 15, 2026

Custom dashboards & scheduled reports

  • Log-based dashboards (Starter+): create, rename, and delete dashboards with templates (Overview, Error Tracking, Blank)
  • Widget types: stat_total, stat_error_rate, stat_uptime, chart_timeline, list_top_errors, list_top_services, list_top_countries
  • Time range selector (1h to 7d), edit mode with add/delete widgets
  • Scheduled reports: daily or weekly email summaries with log stats, error rates, top errors by service, and open issues
  • Report emails use a clean light-theme HTML layout that renders correctly across all mail clients
  • Settings page reorganized into tabs: General, Reports, Account
LaunchJun 1, 2026

LogFlow public launch

  • LogFlow is live at getlogflow.com — sign up free, no credit card required
  • Core features: log search (ClickHouse-powered, <12ms), live tail (SSE), alerts (Slack/Telegram/Email/Webhook/Discord), projects, settings
  • SDKs: @getlogflow/js (Node.js/TypeScript) and @getlogflow/cli published on npm
  • Plans: Free (1 GB/mo), Starter $19, Growth $49, Pro $149, Enterprise $499-$1999
  • Infrastructure: self-hosted on Hetzner (Frankfurt) — PostgreSQL, ClickHouse, Redis, BullMQ
  • Auth: Clerk with Google OAuth, onboarding flow with confetti
  • Billing via LemonSqueezy with webhook integration
  • Full API reference, quickstart guide, and documentation at /docs