| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Add Splat.ApplicationInsightsV3 as an opt-in package for Application Insights v3 consumers. - Keep Splat.ApplicationInsights on the v2 SDK so native PageView telemetry remains available. - Document that v3 view tracking uses custom PageView events because the v3 SDK removed TrackPageView.
- Move the new Splat.ApplicationInsightsV3 API baseline entries into shipped files for every target framework.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1653 +/- ##
==========================================
+ Coverage 96.95% 96.98% +0.02%
==========================================
Files 124 128 +4
Lines 6710 6760 +50
Branches 1008 1009 +1
==========================================
+ Hits 6506 6556 +50
Misses 111 111
Partials 93 93 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
- Extract Application Insights v3 telemetry shapes into an internal factory used by view and feature tracking. - Add direct tests for PageView, feature event, child feature, and exception telemetry metadata.
- Move Application Insights v3 feature session state and send operations into an internal core type. - Keep the public session adapter focused on the Splat APM contract to avoid cloning the v2 implementation shape.
|
Sorry, something went wrong.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What kind of change does this PR introduce?
feat
What is the new behavior?
What is the current behavior?
What might this PR break?
None. The v3 support is opt-in through a new package, and the existing v2 package remains unchanged.
Checklist
Additional information