* Get timestamp in microseconds relative to trace start
()
| 170 | * Get timestamp in microseconds relative to trace start |
| 171 | */ |
| 172 | function getTimestamp(): number { |
| 173 | return (Date.now() - startTimeMs) * 1000 |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Generate a unique span ID |
no outgoing calls
no test coverage detected