(name: string, value: string | number | boolean)
| 7 | |
| 8 | export interface Span { |
| 9 | setAttribute(name: string, value: string | number | boolean): void |
| 10 | setAttributes(attributes: Record<string, string | number | boolean>): void |
| 11 | addEvent( |
| 12 | name: string, |
nothing calls this directly
no outgoing calls
no test coverage detected