feat(core-testing): RecordingLogger + ./instrumentation subpath

This commit is contained in:
2026-05-07 00:08:23 +02:00
parent e98d1bd2e4
commit 05e7bf6c57
5 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { RecordingTracer, type RecordedSpan } from "./recording-tracer";
export { RecordingLogger, type RecordedCapture } from "./recording-logger";