Joshen/debug 110 default unified logs search to event message#46134
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a configurable freeform-default property to FilterBar, supports hidden filter fields, integrates a hidden event_message field into UnifiedLogs as the freeform default, removes label truncation, and includes supporting UI and column-resolution fixes. ChangesFreeform Search and Hidden Fields Integration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎭 Playwright Test ResultsDetails
Flaky testsFeatures › queue-table-operations.spec.ts › Queue Table Operations › reverted cell edit clears the pending change Skipped testsFeatures › auth-users.spec.ts › should show web3 users as enabled when the matching web3 provider is enabled |
Context
Adjusts the filter bar component to accept a
freeformDefaultProperty, in which entering any text in the filter bar will opt to search against that property by default. (Property must be defined within thefilterPropertiesprop too)Applies to unified logs, which for e.g "Event message" is a valid filter:

I've set

freeformDefaultPropertyto beevent_message, and hence typing free text will opt the default action to just filtering against that propertyDemo:
Screen.Recording.2026-05-20.at.12.35.44.mov
Other changes
truncateTextutil from unified logs -> preference for tailwind instead.getColumninDataTableSheetRowActionSummary by CodeRabbit
New Features
UI Improvements
Bug Fixes