@tripo3d/trace / TraceErrorContext
Interface: TraceErrorContext
Defined in: trace/src/types.ts:11
错误回调上下文:标识错误发生在哪个阶段
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
channel? | "baidu" | report 阶段会带上命中的渠道名 | trace/src/types.ts:13 |
phase | "init" | "report" | 'init' 表示加载 device id 阶段;'report' 表示上报请求阶段 | trace/src/types.ts:15 |