-
Notifications
You must be signed in to change notification settings - Fork 95
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: more-info telemetry capture #2188
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2188.centralus.azurestaticapps.net |
Kudos, SonarCloud Quality Gate passed! |
Features * Feature: ABNF validation (#2044) * Feature: Unconsent permissions (#2063) Bug Fixes * Fix: Prevent sample groups from collapsing (#2101) * Fix: Remove float CSS property on snippets (#2106) * Fix: Update wordSeparators in Monaco (#2109) * Fix: Failing tests (#2144) * Fix: failing tests [Attempt 2] (#2145) * Fix: stop recursive deep copy (#2151) * Fix: display suggestions for placeholder segments (#2156) * Fix: Pass empty array to signOutSuccess when signing out (#2162) * Fix: Permission search results (#2167) * Fix: Component name on device characteristics event (#2173) * Fix: Add consent status for successful consent (#2187) Enhancements * Task: Fix auto-collapsing of permissions items (#2099) * Task: Take Modify Permissions out of preview (#2110) * Task: fix accessibility unnecessary empty data scans (#2118) * Task: Update doc.microsoft links to learn.microsoft (#2148) * Task: Remove errors telemetry filter to capture more details (#2124) * Task: Add Adaptive card templates to local repo (#2182) * Task: Update adaptive cards templating (#2183) * Task: more-info telemetry capture (#2188) Dependencies * Task: upgrade redux (#2179) * Chore: Dependabot upgrades September 2022 (#2098)
@thewahome this is for my own education, could you please help me understanding what documentation link we are referring to in the More info usage chart on the dashboard? Is that the GE docs link on the header or the doc link for each of the sample queries? Thanks |
Hey @RabebOthmani this particular issue is for renaming the telemetry that refers to the documentation link that is behind the learn more button |
Features * Feature: ABNF validation (#2044) * Feature: Unconsent permissions (#2063) Bug Fixes * Fix: Prevent sample groups from collapsing (#2101) * Fix: Remove float CSS property on snippets (#2106) * Fix: Update wordSeparators in Monaco (#2109) * Fix: Failing tests (#2144) * Fix: failing tests [Attempt 2] (#2145) * Fix: stop recursive deep copy (#2151) * Fix: display suggestions for placeholder segments (#2156) * Fix: Pass empty array to signOutSuccess when signing out (#2162) * Fix: Permission search results (#2167) * Fix: Component name on device characteristics event (#2173) * Fix: Add consent status for successful consent (#2187) * Fix: history items (#2301) Enhancements * Task: Fix auto-collapsing of permissions items (#2099) * Task: Take Modify Permissions out of preview (#2110) * Task: fix accessibility unnecessary empty data scans (#2118) * Task: Update doc.microsoft links to learn.microsoft (#2148) * Task: Remove errors telemetry filter to capture more details (#2124) * Task: Add Adaptive card templates to local repo (#2182) * Task: Update adaptive cards templating (#2183) * Task: more-info telemetry capture (#2188) Dependencies * Task: upgrade redux (#2179) * Chore: Dependabot upgrades September 2022 (#2098)
Overview
Closes #2186
The component identifier used to track telemetry for the more info button documentation link was similar to the sidebar documentation link. This PR aims to distinguish each for easier identification later.