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 76c2581 commit 1c4b2aeCopy full SHA for 1c4b2ae
1 file changed
ext/runtime/js/bootstrap.js
@@ -613,8 +613,6 @@ globalThis.bootstrapSBEdge = (opts, ctx) => {
613
});
614
}
615
616
- bootstrapOtel(otel);
617
-
618
ObjectDefineProperty(globalThis, "Deno", readOnly(denoOverrides));
619
620
setNumCpus(1); // explicitly setting no of CPUs to 1 (since we don't allow workers)
@@ -636,6 +634,8 @@ globalThis.bootstrapSBEdge = (opts, ctx) => {
636
634
if (ObjectHasOwn(main, "default")) {
637
635
registerDeclarativeServer(main.default);
638
+
+ bootstrapOtel(otel);
639
640
641
/// DISABLE SHARED MEMORY AND INSTALL MEM CHECK TIMING
0 commit comments