refactor(unstable): move telemetry to own ext (#27067)

Move telemetry to its own ext to clean up some code and resolve circular
deps.
This commit is contained in:
snek 2024-11-26 12:22:18 +01:00 committed by GitHub
parent 114fe9bf3e
commit e61cf8d7d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 164 additions and 88 deletions

View file

@ -86,7 +86,7 @@ import {
workerRuntimeGlobalProperties,
} from "ext:runtime/98_global_scope_worker.js";
import { SymbolDispose, SymbolMetadata } from "ext:deno_web/00_infra.js";
import { bootstrap as bootstrapOtel } from "ext:runtime/telemetry.ts";
import { bootstrap as bootstrapOtel } from "ext:deno_telemetry/telemetry.ts";
// deno-lint-ignore prefer-primordials
if (Symbol.metadata) {