8000 Comparing v0.9.2...v0.9.3 · microsoft/vscode-extension-telemetry · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vscode-extension-telemetry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: microsoft/vscode-extension-telemetry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 20, 2024

  1. Set xhr override before creating AppInsights client

    If not supplied to the constructor the delegate AppInsightsCore class
    does not pick up the default channel (`BreezeChannelIdentifier =
    "AppInsightsChannelPlugin"`) plugin configuration and therefore doesn't
    use the supplied XHR override.
    
    This is subtle to notice when running in Node 18+ (VS Code 1.82+) since
    the AppInsights SDK mostly uses the `fetch` API which is available in
    Node and appears to work.
    devm33 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a2c7721 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #199 from devm33/devm33/fix-aiwb

    Set xhr override before creating AppInsights client
    lramos15 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    997abf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    90945ca View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    9a607fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #200 from sezna/main

    Use clean user agent string instead of `appVersion` when `userAgentData` is unavailable.
    lramos15 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2ead3aa View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    de8e93a View commit details
    Browse the repository at this point in the history
Loading
0