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