This repository was archived by the owner on May 22, 2020. It is now read-only.
RVM-906: Rvm Core Analytics Pipeline#925
Open
arjun2k15 wants to merge 2 commits intoHadoukenIO:developfrom
Open
RVM-906: Rvm Core Analytics Pipeline#925arjun2k15 wants to merge 2 commits intoHadoukenIO:developfrom
arjun2k15 wants to merge 2 commits intoHadoukenIO:developfrom
Conversation
Test Results for 588fef5
|
rdepena
reviewed
Sep 17, 2019
src/browser/rvm/rvm_message_bus.ts
Outdated
| const rvmMsg: CoreAnalytics = { | ||
| topic: 'system', | ||
| action: 'send-core-analytics-event', | ||
| sourceUrl: '', |
Member
There was a problem hiding this comment.
I could see a world where we would want to tie analytics to a specific application, how would you recommend we handle that?
Author
There was a problem hiding this comment.
Not sure the best solution, but I think we could pass an optional Identity param.
Git
Asars used for testingTest results
|
datamadic
suggested changes
Sep 25, 2019
| // topic: system ----- | ||
| type systemTopic = 'system'; | ||
| type getRvmInfoAction = 'get-rvm-info'; | ||
| type sendCoreAnalyticsEvent = 'send-core-analytics-event'; |
Contributor
There was a problem hiding this comment.
This is the same name as the function, not sure if that was intentional
| this.publish(rvmPayload, callback); | ||
| } | ||
|
|
||
| public sendCoreAnalyticsEvent(event: string, payload: any, identity?: Identity): Promise<boolean> { |
Contributor
There was a problem hiding this comment.
We don't actually use this yet, are there plans to use it soon?
datamadic
approved these changes
Oct 3, 2019
Contributor
|
I'm OK with this for now, lets perhaps revisit when you guys flesh out the usage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Added a member function to the rvmBus that communicates with the RVM analytics pipeline. Not being used for anything at the moment, but able to be leveraged.
Checklist
npm testpassesRelease Notes
Notes: