-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Renaming diagnostics-to-telemetry #5741
Renaming diagnostics-to-telemetry #5741
Conversation
components/root/root.jsx
Outdated
@@ -158,14 +158,14 @@ export default class Root extends React.PureComponent { | |||
} | |||
|
|||
const segmentKey = Constants.DIAGNOSTICS_SEGMENT_KEY; |
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.
I'm not renamign this constast because is a placeholder, but I don't know if we are changing this value somehow during the initialization.
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.
you can change it, but then you'll need to modify here as well to ensure new builds are properly managed
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.
I think the key is changed by the build process if I remember correctly, so we'd need to find where that's actually done.
components/root/root.jsx
Outdated
@@ -199,7 +199,7 @@ export default class Root extends React.PureComponent { | |||
const rudderKey = Constants.DIAGNOSTICS_RUDDER_KEY; |
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.
Same about this constants.
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.
other than the comment, looks good
/update-branch |
Error trying to update the PR. |
/update-branch |
Error trying to update the PR. |
/update-branch |
Error trying to update the PR. |
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.
LGTM!
Tested with a clean local instance. The test event telemetry are showing up as expected.
Approving.
…o MM-20462 * 'master' of github.com:Tak-Iwamoto/mattermost-webapp: [MM-22161] - Improve accessibility of channel switcher (mattermost#6199) [MM-20460] Migrate 'components/permissions_gates/channel_permission_gate' module and associated tests to TypeScript (mattermost#6601) [GH-15724] Remove usage of findDOMNode from Create Team screens (mattermost#6621) [MM-29302] Billing Summary Card - No Billing History case (mattermost#6639) /files should target=_blank (mattermost#6616) MM T134 visual verification of tooltips (mattermost#6604) MM-24812 Add e2e tests for adding reactions to existing reactions in archived channel posts (mattermost#6579) [MM-20490] Migrate 'components/post_view/combined_user_activity_post' module and associated tests to TypeScript (mattermost#6632) MM-24810 Add e2e for reactions for archived channel posts (mattermost#6562) [MM-28965] - Prevent link overlap in channel header (mattermost#6546) MM-28780: Migrate dotMenu string refs to functional ones (mattermost#6592) Cypress/E2E: Fix archived channel specs (mattermost#6617) Fixed cypress env for PostgreSQL connection (mattermost#6627) Migrate post_list_row component to typescript (mattermost#6593) Cypress/E2E: Fix managing bot accounts spec (mattermost#6614) Cypress/E2E: Stabilize profile popover spec (mattermost#6612) Migrated string refs in signup_email (mattermost#6602) Renaming diagnostics-to-telemetry (mattermost#5741)
* Renaming diagnostics-to-telemetry * Fixing snapshots * Migrating new diagnostic terms * fix typo * Updating snapshot * Other small fix
* Renaming diagnostics-to-telemetry * Fixing snapshots * Migrating new diagnostic terms * fix typo * Updating snapshot * Other small fix
Summary
Renaming diagnostics-to-telemetry