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 #613

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

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

@sukhybhullar-nimble
Copy link
Collaborator

This looks good but need to hold off merging until the next release

@DrizzlyOwl DrizzlyOwl marked this pull request as draft June 17, 2024 16:14
@DrizzlyOwl DrizzlyOwl marked this pull request as ready for review June 18, 2024 16:21
Copy link

sonarcloud bot commented Jun 18, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
0.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

@DrizzlyOwl DrizzlyOwl marked this pull request as draft July 24, 2024 13:15
@DrizzlyOwl DrizzlyOwl force-pushed the app-insights branch 2 times, most recently from 038bf0d to e5dc113 Compare September 16, 2024 14:32
@DrizzlyOwl DrizzlyOwl marked this pull request as ready for review September 16, 2024 14:33
@DrizzlyOwl DrizzlyOwl enabled auto-merge (squash) September 16, 2024 14:40
Copy link

sonarcloud bot commented Sep 16, 2024

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarCloud

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