FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump Microsoft.ApplicationInsights from 2.10.0 to 2.11.0 by dependabot-preview[bot] · Pull Request #10608 · PowerShell/PowerShell · GitHub

Bump Microsoft.ApplicationInsights from 2.10.0 to 2.11.0 - #10608

Merged
Travis Plunk (TravisEz13) merged 2 commits into
masterfrom
dependabot/nuget/Microsoft.ApplicationInsights-2.11.0
Oct 16, 2019
Merged

Bump Microsoft.ApplicationInsights from 2.10.0 to 2.11.0#10608
Travis Plunk (TravisEz13) merged 2 commits into
masterfrom
dependabot/nuget/Microsoft.ApplicationInsights-2.11.0

Conversation

Copy link
Copy Markdown
Contributor

Bumps Microsoft.ApplicationInsights from 2.10.0 to 2.11.0.

Changelog

Sourced from Microsoft.ApplicationInsights's changelog.

Version 2.11.0

Version 2.11.0-beta2

Version 2.11.0-beta1

Commits
  • de4e53d Merge pull request #1216 from microsoft/develop
  • 900fa6f bump version 2.11 (#1215)
  • 0c87e3a Fix StartOperation(Activity) for legacy ids (#1213)
  • 78dc7e3 Set tracestate and sampling decision even if operation id is set (#1211)
  • f93523a Merge pull request #1210 from microsoft/develop
  • 0d8a3fe bump version 2.11-B2 (#1209)
  • b91395e Fix StartOperation when user provides custom Ids in scope of unrelated Activi...
  • d00d98f Set tracestate if available on requests and dependencies (#1207)
  • c46ebc6 Enable sampling based on upstream sampling decision (#1200)
  • 3906cb2 Fix ServerTelemetryChannel constructor exception when network info API throws...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning Dependabot (@dependabot).

Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Member

PoshChan-Bot (@PoshChan) Please remind me in 1 hour

Travis Plunk (TravisEz13) added the AutoMerge informs the bot to automerge the PR label Sep 24, 2019

Copy link
Copy Markdown

Hello Travis Plunk (@TravisEz13)!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 24 hours, a condition that will be fulfilled in about 5 hours 14 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

Copy link
Copy Markdown
Collaborator

Travis Plunk (@TravisEz13), this is the reminder you requested 1 hour ago

TelemetryConfiguration.Active.InstrumentationKey = _psCoreTelemetryKey;
TelemetryConfiguration configuration = TelemetryConfiguration.CreateDefault();
configuration.InstrumentationKey = _psCoreTelemetryKey;
// Set this to true to reduce latency during development

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Style:

Suggested change
// Set this to true to reduce latency during development
// Set this to true to reduce latency during development

Copy link
Copy Markdown
Collaborator

Travis Plunk (@TravisEz13) Here is a merge conflict.

Copy link
Copy Markdown
Member

PoshChan-Bot (@PoshChan) Please remind me in 1 hour

Copy link
Copy Markdown
Collaborator

Travis Plunk (@TravisEz13), this is the reminder you requested 1 hour ago

dependabot-preview Bot and others added 2 commits October 16, 2019 13:01
This is needed as the singleton TelemetryConfiguration.Active is no longer available
Travis Plunk (TravisEz13) force-pushed the dependabot/nuget/Microsoft.ApplicationInsights-2.11.0 branch from 48edee8 to 06dace1 Compare October 16, 2019 20:05

Copy link
Copy Markdown
Member

PoshChan-Bot (@PoshChan) Please remind me in 1 hour

Copy link
Copy Markdown
Collaborator

Travis Plunk (@TravisEz13), this is the reminder you requested 1 hour ago

Travis Plunk (TravisEz13) merged commit 82cafd1 into master Oct 16, 2019
Travis Plunk (TravisEz13) deleted the dependabot/nuget/Microsoft.ApplicationInsights-2.11.0 branch October 16, 2019 22:08

Copy link
Copy Markdown

🎉v7.0.0-preview.5 has been released which incorporates this pull request.:tada:

Handy links:

Thatgfsj (Thatgfsj) pushed a commit to Thatgfsj/PowerShell that referenced this pull request Aug 6, 2026
…10608)

* Bump Microsoft.ApplicationInsights from 2.10.0 to 2.11.0

Bumps [Microsoft.ApplicationInsights](https://github.com/Microsoft/ApplicationInsights-dotnet) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/develop/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-dotnet@2.10.0...2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add new style of telemetry client instatiation

This is needed as the singleton TelemetryConfiguration.Active is no longer available
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AutoMerge informs the bot to automerge the PR CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL