Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that tools_download_duration_ms is int #1513

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

angelapwen
Copy link
Contributor

Previously this field was being sent as a float, which was causing upstream errors in our data warehouse because an int was expected. This change uses Math.round() to ensure that it's an int, and adjusts unit tests so that we are testing that the value is an int rather than a number.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

@angelapwen angelapwen requested a review from a team as a code owner January 27, 2023 08:41
@Daverlo Daverlo requested a review from a team January 27, 2023 08:43
@angelapwen angelapwen enabled auto-merge (squash) January 27, 2023 08:43
@angelapwen angelapwen merged commit 4664f39 into github:main Jan 27, 2023
@angelapwen angelapwen deleted the fix-telemetry-int branch January 27, 2023 09:05
@github-actions github-actions bot mentioned this pull request Jan 27, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants