Feature: Sandbox log text & level filtering#264
Merged
ben-fornefeld merged 8 commits intomainfrom Mar 3, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5b96d0f025
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
- Introduced state management for last non-empty logs in both dashboard and sandbox log components. - Updated log rendering logic to utilize the last non-empty logs when no current logs are available. - Implemented message highlighting based on search input in sandbox logs. - Refactored log components to improve readability and maintainability.
…ithub.com/e2b-dev/dashboard into feature/sandbox-logs-text-level-filtering
dobrac
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Adds new query parameters and filtering behavior to sandbox log fetching (UI + tRPC + infra calls), which can affect log pagination/polling and cache keys. Also changes log viewer refetch/render behavior to reduce flicker, which could introduce subtle UI state edge cases.
Overview
Adds sandbox log filtering by minimum level and message text: new URL-backed filters (
level,search) drive sandbox log queries, update polling cache keys, and are passed through tRPC to the infra/v2/sandboxes/{sandboxID}/logsrequest.Introduces a reusable
LogLevelFilterdropdown and replaces the build logs’ bespoke level filter with it; both build and sandbox log viewers now preserve the last non-empty log list during filter refetch and dim the table while refetching.Enhances sandbox log rendering with search-term highlighting in messages and tightens virtualization safety by handling missing log rows; includes a few small type-only import cleanups and minor request init tweaks (
duplex), plus a sandbox details source label rename todatabase-record.Written by Cursor Bugbot for commit aefc02f. This will update automatically on new commits. Configure here.