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