-
Notifications
You must be signed in to change notification settings - Fork 287
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
Tracking ClientPerformance documents using .Net SDK #673
Comments
I was thinking of scenario - proxying JS telemetry thru the application instead of sending to Application Insights endpoint directly. This way application can avoid exposing instrumentation key and apply extra auth for telemetry. In order to implement this scenario we will need PageViewPerfoamance type as well as ability to restore |
I like this idea.. This would be a fun project :) |
Update xunit to consistent and latest version across projects to prev…
This issue is stale because it has been open 300 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Hi,
For our E2E monitoring flow, we would like to be able to use the .Net SDK to track ClientPerformance (PageViewPerf) documents.
Will appreciate if supporting this document type can be added to the .Net SDK so I track such documents using the TelemetryClient.
Thanks,
Yaniv
The text was updated successfully, but these errors were encountered: