| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Copilot reviewed 5 out of 17 changed files in this pull request and generated no comments.
Files not reviewed (12)src/feature-management-applicationinsights-node/src/telemetry.ts:52
console.warn("Targeting id is undefined.");
Sorry, something went wrong.
|
I imagine this PR needs to pull the updates from the other PR |
Sorry, something went wrong.
…ent-JavaScript into zhiyuanliang/telemetry-processor
| Back | FazBrowse Home | New Git URL |
Why this PR?
This PR is based on the targeting context accessor PR: #93
Support automatically attaching targeting id to telemetry like request, dependency which are collected automatically by app insights
Similar to the exisiting pattern
Usage
Node
Browser
Reference
Classic Application Insights v2 SDK for Node: doc
Application Insights SDK for browser: doc
POC