mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #679] [MERGED] feat: add instrumentation-client support #764
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#764
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/679
Author: @hyoban
Created: 3/24/2026
Status: ✅ Merged
Merged: 3/28/2026
Merged by: @james-elicx
Base:
main← Head:3-25-instrumentation-client-support📝 Commits (10+)
f88347dfeat: add instrumentation-client support063bb89trigger ci5c5e7e9fix deps5f20d8etweaksb6a2cactweaksed9a1e0Merge branch 'cloudflare:main' into 3-25-instrumentation-client-supportfaf073atweaks215900etweaks0430f06Merge branch 'cloudflare:main' into 3-25-instrumentation-client-support34ff4e4fix: address bonk review comments and merge main📊 Changes
36 files changed (+676 additions, -55 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -0)➕
packages/vinext/src/client/empty-module.ts(+1 -0)📝
packages/vinext/src/client/entry.ts(+2 -0)➕
packages/vinext/src/client/instrumentation-client-state.ts(+27 -0)➕
packages/vinext/src/client/instrumentation-client.ts(+13 -0)📝
packages/vinext/src/entries/pages-client-entry.ts(+2 -0)📝
packages/vinext/src/global.d.ts(+6 -0)📝
packages/vinext/src/index.ts(+47 -4)➕
packages/vinext/src/plugins/instrumentation-client.ts(+47 -0)➕
packages/vinext/src/private-next-instrumentation-client.d.ts(+8 -0)📝
packages/vinext/src/server/app-browser-entry.ts(+4 -0)📝
packages/vinext/src/server/dev-server.ts(+2 -0)📝
packages/vinext/src/server/instrumentation.ts(+23 -5)📝
packages/vinext/src/shims/link.tsx(+5 -0)📝
packages/vinext/src/shims/navigation.ts(+4 -0)📝
playwright.config.ts(+12 -1)📝
pnpm-lock.yaml(+25 -0)📝
tests/__snapshots__/entry-templates.test.ts.snap(+49 -44)📝
tests/app-router.test.ts(+6 -0)➕
tests/e2e/app-router/instrumentation-client.spec.ts(+144 -0)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.