Files
structrail-design/tracers.ts
skycurtain 9f08c34225 refactor(tracer-context): 引入ScopeError类并优化错误处理逻辑
- 新增ScopeError自定义错误类,用于区分范围相关错误
- 将error字段重命名为exception以更准确描述其用途
- 优化flush方法,仅在有必要时输出指令序列
- 简化错误处理逻辑,移除冗余的console.error调用
- 确保ScopeError能正确向上抛出而不被捕获
2026-02-23 03:20:13 +08:00
..

tracers.ts

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.3.4. Bun is a fast all-in-one JavaScript runtime.