We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f04e0 commit 006479cCopy full SHA for 006479c
packages/nextjs/src/edge/index.ts
@@ -50,7 +50,7 @@ export function init(options: VercelEdgeOptions = {}): void {
50
...options,
51
};
52
53
- applySdkMetadata(opts, 'nextjs');
+ applySdkMetadata(opts, 'nextjs', ['nextjs', 'vercel-edge']);
54
55
const client = vercelEdgeInit(opts);
56
0 commit comments