* Sets a single attribute on the span. Passing `undefined` is a * no-op so callers can forward optional values directly.
(key: string, value: WorkspaceAttributeValue | undefined)
| 86 | * no-op so callers can forward optional values directly. |
| 87 | */ |
| 88 | setAttribute(key: string, value: WorkspaceAttributeValue | undefined): void; |
| 89 | } |
| 90 | |
| 91 | /** |
no outgoing calls
no test coverage detected