Skip to content

Commit 1607b17

Browse files
committed
ref(nextjs): Fix Next.js vercel-edge runtime package information
1 parent 50d2514 commit 1607b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/edge/index.ts

Lines changed: 1 addition & 1 deletion
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)