feat(core-shared): OTel barrel + ESLint allowlist for SDK packages

This commit is contained in:
2026-05-11 11:25:29 +02:00
parent e85b8b12cf
commit f94f09a9fa
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { initOtelServerNode, type InitOtelServerNodeOpts } from "./init-server-node";
export { buildResource, type BuildResourceOpts } from "./resource";