(name, value, unit, options)
| 620 | } |
| 621 | |
| 622 | function reportMeasurement(name, value, unit, options) { |
| 623 | return devlow.reportMeasurement(name, value, unit, { |
| 624 | props: { |
| 625 | git_sha: GIT_SHA, |
| 626 | git_branch: GIT_BRANCH, |
| 627 | ...options?.props, |
| 628 | }, |
| 629 | ...options, |
| 630 | }) |
| 631 | } |
no outgoing calls
no test coverage detected