mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 12:36:07 +00:00
4 lines
215 B
TypeScript
4 lines
215 B
TypeScript
// Diagnostics Otel runtime API exposes the service factory to trusted runtime callers.
|
|
export { createDiagnosticsOtelService } from "./src/service.js";
|
|
export type { OpenClawPluginServiceContext } from "./api.js";
|