-
Notifications
You must be signed in to change notification settings - Fork 104
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
(PDK-1338) Initial import of analytics code from Bolt #652
Conversation
@@ -36,6 +36,8 @@ Gem::Specification.new do |spec| | |||
spec.add_runtime_dependency 'ffi', '~> 1.9.0' | |||
spec.add_runtime_dependency 'hitimes', '1.3.0' | |||
spec.add_runtime_dependency 'net-ssh', '~> 4.2.0' | |||
spec.add_runtime_dependency 'httpclient', '~> 2.8.3' | |||
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.1.5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC this is compiled gem. No issues with this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will get compiled as part of the vanagon build process and the results cached into the packages, so it should be OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on Lindsey's comments, may be worth doing a gsub of Telemetry to Analytics just for consistency.
049b0e5
to
e73d982
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Left one comment about the PDK.analytics
reader method implementation.
No description provided.