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

Task/telemetry capture English theme names only #958

Merged
merged 2 commits into from
May 20, 2021

Conversation

millicentachieng
Copy link
Contributor

Overview

We have been collecting telemetry for the themes that our users are opting to use. I have noticed that some them names are captured in other languages depending on the users locale.

Fix

I am using the selectedTheme.key instead which is lower case and hyphenated. I'm replacing the hyphen with a space and capitalizing the first letter. e.g. high-contrast => High contrast

Millicent Achieng and others added 2 commits May 19, 2021 23:56
…a to ensure that component name is always in English
Add staging Application Insights instrumentation key
@github-actions
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-958.centralus.azurestaticapps.net

@millicentachieng millicentachieng merged commit a080b37 into dev May 20, 2021
@millicentachieng millicentachieng deleted the task/telemetry-capture-english-theme-names-only branch May 20, 2021 06:51
@millicentachieng millicentachieng linked an issue May 20, 2021 that may be closed by this pull request
thewahome added a commit that referenced this pull request Jun 8, 2021
* Task: Add Cred Scan (#937)

* Task: telemetry capture English theme names only (#958)

* Feature: add telemetry middleware (#961)

* Task: Capture deployed version of application for all telemetry data collected (#964)

* Task: Enable autocollection of unhandled exceptions (#963)

* Fix: prevent running empty requests (#972)

* Task: add code-owners (#969)

* Task: send notification when release is created (#967)

* Fix: interaction in progress (#976)

* Feature: Display Graph Explorer Version (#977)

* Feature: show delta links when property is present (#978)

* Feature: Intergrate OCV feedback  (#923)

* Fix: mgt story links (#981)

* Task: Update README.md for Azure auth steps (#982)
thewahome added a commit that referenced this pull request Jun 10, 2021
* Task: Update version number (#951)

* Task: telemetry capture English theme names only (#958)

* Feature: add telemetry middleware (#961)

* Task: Capture deployed version of application for all telemetry data collected (#964)

* Task: Enable autocollection of unhandled exceptions (#963)

* Fix: prevent running empty requests (#972)

* Task: add code-owners (#969)

* Task: send notification when release is created (#967)

* Fix: interaction in progress (#976)

* Feature: Display Graph Explorer Version (#977) [Disabled]

* Feature: show delta links when property is present (#978)

* Fix: mgt story links (#981)

* Task: Update README.md for Azure auth steps (#982)
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.

Telemetry data for theme change captured in multiple languages
2 participants