The Feed tab is your central view into everything happening across your connected services. Events from Sentry, Vercel, Railway, PostHog, Linear, and Stripe all flow into a single chronological list, so you never have to switch between dashboards to understand the health of your projects.Documentation Index
Fetch the complete documentation index at: https://docs.logbrew.co/llms.txt
Use this file to discover all available pages before exploring further.
Severity levels
Every event in LogBrew carries one of three severity levels, shown as a colored badge on each card:Critical
Red badge. Errors, crashes, SLA breaches, payment failures, and failed deployments that need immediate attention.
Warning
Yellow badge. Elevated error rates, high-risk SLAs, canceled deployments, and other conditions worth monitoring.
Info
Blue badge. Successful deployments, issue SLA updates, and informational payment events.
Anatomy of an event card
Each card in the feed shows you the key details at a glance without tapping:- Severity badge: the colored indicator described above
- Source icon: the provider logo (Sentry, Vercel, Railway, PostHog, Linear, or Stripe)
- Title: the event name, such as “NullPointerException” or “Deployment failed”
- Project name: which of your connected projects this event belongs to
- Timestamp: how long ago the event arrived
Viewing event details
Tap any event card to open the detail view. Here you can see the full stack trace, environment metadata, and all context LogBrew received from the provider. The detail view also gives you these actions:Resolve
Resolve
Mark the event as resolved. LogBrew syncs the resolution back to the provider, so resolving in LogBrew also resolves the issue in Sentry, Linear, or wherever the event originated. If a teammate resolves the same issue in the provider, LogBrew updates automatically.
Share
Share
Filtering the feed
Filter chips at the top of the Feed tab let you narrow down what you see without leaving the screen:| Filter | What it shows |
|---|---|
| All | Every event from all connected projects |
| Critical | Only red-severity events |
| Warnings | Only yellow-severity events |
| By Service | Events from a specific provider (Sentry, Vercel, etc.) |
Live updates
The feed connects to LogBrew’s live event stream over WebSocket. New events appear as they arrive. You do not need to pull to refresh, though pulling still works to force an immediate sync. When your connection drops and reconnects, LogBrew automatically fetches any events you may have missed.Event grouping
When the same error fires repeatedly in a short window, LogBrew groups the occurrences into a single card rather than flooding your feed. The card shows a count, for example CrashX × 500, so you understand the scale of the problem at a glance. The count stays current as more occurrences arrive.Unseen indicators
Events you have not yet viewed show a small dot on their card. The red badge on the LogBrew app icon shows the count of unresolved critical events by default. You can change the badge to show all unresolved events in Settings, Notifications.Swipe actions
Swipe a card left to reveal quick actions without opening the detail view:- Resolve: marks the event resolved and syncs it to the provider
- Mute: silences future notifications for this specific event