feat(core-shared/conformance): barrel + ./conformance subpath export
This commit is contained in:
@@ -29,3 +29,7 @@ export type { BindOtelOpts as BindSentryOpts } from "./di/bind-otel-instrumentat
|
||||
|
||||
export { initSentryClientReact } from "./sentry/init-client-react";
|
||||
export { currentTraceId } from "./otel/current-trace-id";
|
||||
|
||||
// Re-export brand types alongside the wrappers that attach them, so callers
|
||||
// can `import { withSpan, type Instrumented } from "@repo/core-shared/instrumentation"`.
|
||||
export type { Instrumented, Captured } from "../conformance/brands";
|
||||
|
||||
Reference in New Issue
Block a user