Conversation
Extract common request-lifecycle logic into a reusable createMiddlewareLogger utility with extractSafeHeaders helper. Includes shared test helpers for framework integration tests. Resolves EVL-103
Add evlog/hono with automatic wide-event logging middleware, built on the shared createMiddlewareLogger utility. Includes full test suite, build config, package exports, and documentation updates.
Comprehensive skill covering all 7 touchpoints for adding a new framework integration: source, build, exports, tests, docs, AGENTS.md, and example app with test UI. Resolves EVL-104
- Add dotenv-cli to load root .env for all example scripts - Add test UI served at / for manual testing without curl - Add globalDependencies and POSTHOG_HOST to turbo.json - Update Hono example with PostHog drain and enricher
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Thank you for following the naming conventions! 🙏 |
commit: |
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.
Summary
createMiddlewareLoggerutility — reusable request-lifecycle logic (logger creation, route filtering, tail sampling, emit, enrich, drain) withextractSafeHeadershelper and shared test helpers (EVL-103)evlog/hono) — built on the shared utility, with full test suite, build config, package exports, and documentationcreate-framework-integrationagent skill — comprehensive 7-touchpoint guide for adding new framework integrations (EVL-104)dotenv-clifor automatic root.envloading via turbo, self-contained test UI at/for all examples, turboglobalDependenciesconfigLinear Issues