We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb85658 commit 154267cCopy full SHA for 154267c
crates/next-api/src/project.rs
@@ -1460,7 +1460,7 @@ impl Project {
1460
self.next_config(),
1461
self.execution_context(),
1462
),
1463
- Vc::cell("instrumentation-edge".into()),
+ Vc::cell("instrumentation".into()),
1464
)))
1465
}
1466
@@ -1515,7 +1515,7 @@ impl Project {
1515
1516
1517
1518
- Vc::cell("instrumentation".into()),
+ Vc::cell("instrumentation-edge".into()),
1519
1520
1521
0 commit comments