-
Notifications
You must be signed in to change notification settings - Fork 178
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
refactor(app): add RTP properties to protocol run event analytics #14836
Conversation
@@ -126,6 +138,8 @@ describe('useProtocolAnalysisErrors hook', () => { | |||
protocolAppName: 'Python API', | |||
protocolAppVersion: 2.3, | |||
protocolAuthor: 'hashedString', | |||
protocolHasRunTimeParameterCustomValues: false, |
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.
nit: would be good to add 2 more test cases where the protocol has custom values and has no parameters
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.
makes sense to me! just left a comment about adding a bit more test coverage
As we talked, |
Seems that a few |
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.
Tested the branch with RTP protocol and non-RTP protocol and both cases worked as expected.
In terms of the new names, got the confirmation from Mike.
…4836) * refactor(app): add RTP properties to protocol run event analytics
closes AUTH-281
Overview
add analytics RTP properties for:
to protocol events as described in this doc.
Test Plan
Changelog
Review requests
authorship
Risk assessment
low