feat(core-shared): wire IMetrics into DI bindings

This commit is contained in:
2026-05-11 12:01:01 +02:00
parent f2627890be
commit 0850711986
5 changed files with 31 additions and 8 deletions

View File

@@ -9,8 +9,10 @@ export type {
Breadcrumb,
CaptureContext,
} from "./logger.interface";
export type { IMetrics, MetricAttributeValue } from "./metrics.interface";
export { NoopTracer } from "./noop-tracer";
export { NoopLogger } from "./noop-logger";
export { NoopMetrics } from "./noop-metrics";
export { withSpan } from "./with-span";
export { withCapture } from "./with-capture";
export { isReported, markReported } from "./reported-flag";