Skip to content

Commit dc48e55

Browse files
authored
Turbopack: fix instrumentation-edge layer name (#81304)
A typo Regression from #80388
1 parent e574dcb commit dc48e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/next-api/src/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ impl Project {
15671567
self.execution_context(),
15681568
),
15691569
Layer::new_with_user_friendly_name(
1570-
rcstr!("instrumentation"),
1570+
rcstr!("instrumentation-edge"),
15711571
rcstr!("Edge Instrumentation"),
15721572
),
15731573
)))

0 commit comments

Comments
 (0)