mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #673] [CLOSED] feat: add instrumentation-client support #760
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#760
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/673
Author: @hyoban
Created: 3/24/2026
Status: ❌ Closed
Base:
main← Head:3-24-instrumentation-client📝 Commits (10+)
60aa9c2feat: add instrumentation-client supporta7e1ebetweaks6859019update optimize deps25f7261Add form support239f137tweaksdaa0b43tweaks6f33fc3tweaksc7af4b5tweaksd73431dtweaks301a519tweaks📊 Changes
32 files changed (+1084 additions, -114 deletions)
View changed files
➕
packages/vinext/src/client/instrumentation-client.ts(+48 -0)➕
packages/vinext/src/client/require-instrumentation-client.ts(+42 -0)📝
packages/vinext/src/entries/app-browser-entry.ts(+13 -2)➕
packages/vinext/src/entries/instrumentation-client-entry.ts(+75 -0)📝
packages/vinext/src/entries/pages-client-entry.ts(+13 -0)📝
packages/vinext/src/entries/runtime-entry-module.ts(+9 -2)📝
packages/vinext/src/global.d.ts(+14 -0)📝
packages/vinext/src/index.ts(+44 -7)📝
packages/vinext/src/server/app-browser-entry.ts(+4 -3)📝
packages/vinext/src/server/dev-server.ts(+16 -0)➕
packages/vinext/src/server/find-convention-file.ts(+29 -0)📝
packages/vinext/src/server/instrumentation.ts(+0 -23)📝
packages/vinext/src/shims/form.tsx(+20 -6)📝
packages/vinext/src/shims/link.tsx(+18 -1)📝
packages/vinext/src/shims/navigation.ts(+3 -0)📝
tests/__snapshots__/entry-templates.test.ts.snap(+46 -1)📝
tests/app-router.test.ts(+10 -0)📝
tests/e2e/app-router/form.spec.ts(+23 -0)➕
tests/e2e/app-router/instrumentation-client-hmr.spec.ts(+119 -0)➕
tests/e2e/app-router/instrumentation-client.spec.ts(+144 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.