Skip to content

Commit e881dbf

Browse files
committed
attr
1 parent cd1b022 commit e881dbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/nextjs/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ export function init(options: NodeOptions): NodeClient | undefined {
365365
// @ts-expect-error `process.turbopack` is a magic string that will be replaced by Next.js
366366
if (process.turbopack) {
367367
getGlobalScope().setTag('turbopack', true);
368+
getGlobalScope().setAttribute('turbopack', true);
368369
}
369370
} catch {
370371
// Noop

0 commit comments

Comments
 (0)