Skip to content

Commit 154267c

Browse files
authored
Turbopack: fix instrumentation asset context name (#77973)
🙈
1 parent eb85658 commit 154267c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/next-api/src/project.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ impl Project {
14601460
self.next_config(),
14611461
self.execution_context(),
14621462
),
1463-
Vc::cell("instrumentation-edge".into()),
1463+
Vc::cell("instrumentation".into()),
14641464
)))
14651465
}
14661466

@@ -1515,7 +1515,7 @@ impl Project {
15151515
self.next_config(),
15161516
self.execution_context(),
15171517
),
1518-
Vc::cell("instrumentation".into()),
1518+
Vc::cell("instrumentation-edge".into()),
15191519
)))
15201520
}
15211521

0 commit comments

Comments
 (0)