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

Application Insights front-end telemetry #1085

Merged
merged 16 commits into from
Jun 17, 2024
Merged

Application Insights front-end telemetry #1085

merged 16 commits into from
Jun 17, 2024

Conversation

DrizzlyOwl
Copy link
Collaborator

What has been changed?

User telemetry is now available in App Insights if the user opts into Analytical Cookies.
This data will include browser-based metrics such as page speed and Time-til First Byte (TTFB). I have set the AuthenticatedUserContext which means we can track individual user sessions throughout their journey. In addition, I have also included the click tracking plugin which enables us to have almost feature parity with Google Analytics and Google Tag Manager.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Steps to test this PR

  1. Accept Analytical Cookies
  2. Sign-in using Active Directory
  3. View front-end telemetry in App Insights

Copy link

sonarcloud bot commented Jun 13, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
25.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

@dneed-nimble dneed-nimble self-requested a review June 17, 2024 14:31
@DrizzlyOwl DrizzlyOwl merged commit 3ad6163 into main Jun 17, 2024
2 of 3 checks passed
@DrizzlyOwl DrizzlyOwl deleted the app-insights branch June 17, 2024 14:51
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.

2 participants