-
Notifications
You must be signed in to change notification settings - Fork 158
Observability config rewrite: remember projects, allow self-hosting, unify env var handling #775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 3fb57e1.
Signed-off-by: Peter Wielander <[email protected]>
Signed-off-by: Peter Wielander <[email protected]>
🦋 Changeset detectedLatest commit: b2d538a The changes in this PR will be included in the next version bump. This PR includes changesets to release 19 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🧪 E2E Test Results
⏳ Tests are running... Started at: 2026-01-13T15:22:37Z ❌ Some tests failed Summary
❌ Failed Tests🌍 Community Worlds (16 failed)mongodb (1 failed):
starter (14 failed):
turso (1 failed):
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
|
📊 Benchmark Results
⏳ Benchmarks are running... Started at: 2026-01-13T15:22:37Z 📊 Benchmark Results
workflow with no steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro | Express workflow with 1 step💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 10 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) Promise.all with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro | Express Promise.all with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro | Express Promise.race with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro | Express Promise.race with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) | Express SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| return targetWorld; | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Peter Wielander <[email protected]>
Signed-off-by: Peter Wielander <[email protected]>
Signed-off-by: Peter Wielander <[email protected]>
| backend: 'WORKFLOW_TARGET_WORLD', | ||
| dataDir: 'WORKFLOW_LOCAL_DATA_DIR', | ||
| env: 'WORKFLOW_VERCEL_ENV', | ||
| authToken: 'WORKFLOW_VERCEL_AUTH_TOKEN', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Peter Wielander <[email protected]>
Signed-off-by: Peter Wielander <[email protected]>
| "lucide-react": "0.469.0", | ||
| "react": "19.1.0", | ||
| "react-dom": "19.1.0", | ||
| "shiki": "3.21.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added to fix a warning. shiki is installed via streamdown, but since the latest version, throws lots of warnings unless it's directly added as a dependency
Signed-off-by: Peter Wielander <[email protected]>
| }, | ||
| "devDependencies": { | ||
| "@xyflow/react": "12.9.3", | ||
| "shiki": "3.21.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
This superseeds #626 and #748, and reverts #747 in order to:
world-manifest.json. Updating the manifest will now directly update the UI support for worlds.The dream for this is that you can open your web app once, and easily switch between local/staging/prod envs, or different project/repos) without having to invoke the o11y separately every time.
Not in this PR, but now unblocked:
vc env pullif vercel credentials expiredTesting
I'm working on e2e tests for this, but in the meantime, I manually validated this PR extensively:
--localUIWORKFLOW_UI_SELF_HOSTING="1")wfis aliased to theworkflowlocal directory (contributor DevEx)What I didn't test:
Screenshots