-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Telemetry for Graph Explorer usage (#672) * Capture telemetry data for actions on History tab * Capture telemetry data for actions on Sample Queries tab * Capture telemetry data for theme change actions * Capture telemetry data for office dev program link click * Capture telemetry data for Graph API version change event * Capture telemetry data for Adaptive Cards tab click * Capture telemetry data for Code Snippets click and copy events * Update .gitignore file * Remove QueryUrl from history item telemetry data * Capture old version and new version telemetry data on version change * Update query version comparison to strict equality comparison * Capture telemetry data for clicking history tab on header click * Capture telemetry data for Permissions and Auth tab click events * Fix imports ordering * Add telemetry for tabs in query response section * Rename RUN_QUERY_EVENT * Update how we send telemetry data for custom events * Add property to telemetry data to report if a user was authenitcated or not during an event * Update method for collecting telemetry data for request tabs * Update azure-pipelines to use a different AppInsights instrumentation key for staging * Track component usage for permissions, auth, snippets and history tabs * Provide name of component for AppInsights React component tracking * Use interface as type instead of any when tracking documentation link click event * Enable telemetry * Rename telemetry custom property from QueryUrl to QuerySignature * Disable telemetry if AppInsights instrumentation key does not exist * HB of localized GE.jsons (#727) * HB of localized GE.jsons Co-authored-by: Charles Wahome <thewahome.cw@gmail.com> Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com> * Task: display history items ttl message (#733) * Fix: create onenote page (#708) * display the page content in the request body * fix linting errors * add appropriate content type header * remove filter for content-type header * refine comment for clarity * upgrade to the latest javascript sdk * remove content type header checks * simplify json content check * refactor code to be concise * Format code on save and paste * Fix: breaking change with the adaptive cards templating library (#735) * update adaptive card templating library * fix breaking change * fix linting error * fix formatting * HB of localized GE.jsons (#742) Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com> * chore(release): 4.1.10 Co-authored-by: jobala <japhethobalak@gmail.com> Co-authored-by: OfficeGlobal <47977325+OfficeGlobal@users.noreply.github.com> Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com> Co-authored-by: Azure Static Web Apps <opensource@microsoft.com> Co-authored-by: Elinor <ekaguongo@gmail.com> Co-authored-by: Millicent Achieng <achieng.milli@gmail.com>
- Loading branch information
1 parent
a292351
commit 1ddaf86
Showing
37 changed files
with
545 additions
and
177 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ yarn-error.log* | |
|
||
.idea | ||
.vscode | ||
.vs |
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.