Skip to content

Commit 006479c

Browse files
authoredMar 24, 2025
ref(nextjs): Fix Next.js vercel-edge runtime package information (#15789)
Noticed this was "incorrect" here, for all other places it seems correct.
1 parent 57f04e0 commit 006479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/nextjs/src/edge/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function init(options: VercelEdgeOptions = {}): void {
5050
...options,
5151
};
5252

53-
applySdkMetadata(opts, 'nextjs');
53+
applySdkMetadata(opts, 'nextjs', ['nextjs', 'vercel-edge']);
5454

5555
const client = vercelEdgeInit(opts);
5656

0 commit comments

Comments
 (0)