(attributes: Record<string, string | number | boolean>)
| 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, |
| 10 | attributes?: Record<string, string | number | boolean>, |
nothing calls this directly
no outgoing calls
no test coverage detected