fix(opencode): export AI SDK telemetry spans (#22526)

This commit is contained in:
Kit Langton
2026-04-14 22:30:50 -04:00
committed by GitHub
parent 8f36d81509
commit 97b465cc06
10 changed files with 489 additions and 402 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Layer, ManagedRuntime } from "effect"
import { attach, memoMap } from "./run-service"
import { Observability } from "./oltp"
import { Observability } from "./observability"
import { AppFileSystem } from "@/filesystem"
import { Bus } from "@/bus"