Skip to content

Bump Microsoft.ApplicationInsights from 2.23.0 to 3.0.0#430

Merged
Keboo merged 7 commits intomasterfrom
dependabot/nuget/Microsoft.ApplicationInsights-3.0.0
Feb 18, 2026
Merged

Bump Microsoft.ApplicationInsights from 2.23.0 to 3.0.0#430
Keboo merged 7 commits intomasterfrom
dependabot/nuget/Microsoft.ApplicationInsights-3.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Updated Microsoft.ApplicationInsights from 2.23.0 to 3.0.0.

Release notes

Sourced from Microsoft.ApplicationInsights's releases.

3.0.0

3.0.0-rc1

3.0.0-beta2

Added

  • Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json
  • Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential
  • Added Self Diagnostics feature
  • Updated the default sampler from Fixed Rate to Rate-Limited Sampling.
  • Update Azure Monitor Exporter to 1.6.0-beta.2
  • Add comprehensive applicationinsights.config support
  • Add properties in TelemetryConfiguration to configure underlying exporter

Bug fix

  • Fix TrackMetric(MetricTelemetry) unsupported telemetry type error

3.0.0-beta1

  • The following Application Insights packages in this repo now use OpenTelemetry internally. OpenTelemetry is the industry standard for telemetry collection and provides better interoperability with other observability tools.
    • Microsoft.ApplicationInsights
    • Microsoft.ApplicationInsights.AspNetCore
    • Microsoft.ApplicationInsights.WorkerService
    • Microsoft.ApplicationInsights.Web
    • Microsoft.ApplicationInsights.NLogTarget
  • Classic APIs of the above packages are preserved; calls are translated to OpenTelemetry telemetry.
  • Other packages not listed above (such as certain auto-collectors and logging adapters that were published from this repo previously) will not have future versions published. See BreakingChanges.md for details.

Commits viewable in compare view.

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 9, 2026
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.ApplicationInsights-3.0.0 branch 3 times, most recently from b5349fb to 8425520 Compare February 9, 2026 06:30
@Keboo Keboo force-pushed the dependabot/nuget/Microsoft.ApplicationInsights-3.0.0 branch from 8425520 to 0d8293a Compare February 13, 2026 07:52
dependabot bot and others added 4 commits February 17, 2026 08:22
---
updated-dependencies:
- dependency-name: Microsoft.ApplicationInsights
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…sights-3.0.0)

Adapts MetricTelemetry to use Value property and adds version detection to source generator.
Replaces FakeTelemetryChannel with OpenTelemetry LogProcessor; introduces new extension methods WithApplicationInsights2 and GetSentTelemetry2 for mocking; disables generation of previous Application Insights extensions; updates associated tests.
Adds OpenTelemetry.Exporter.InMemory package and refactors Application Insights OpenTelemetry configuration to use in-memory exporters for logs, metrics, and traces; updates Equals method signature in ServiceIdentifier.
@Keboo Keboo force-pushed the dependabot/nuget/Microsoft.ApplicationInsights-3.0.0 branch from 7d4c7fe to 51d16a3 Compare February 17, 2026 16:23
Updates the Application Insights source generator to conditionally provide extensions for AI v3 based on OpenTelemetry in-memory exporter reference and refactors tests to verify AI v3 telemetry collection for activities, events, and metrics.
Removes the deprecated `AddFakeLogging` extension method and updates the `PackageVersion` to `4.0.0`.
@Keboo Keboo force-pushed the dependabot/nuget/Microsoft.ApplicationInsights-3.0.0 branch from b65cd30 to 3aa3f27 Compare February 18, 2026 07:11
Rewrites the Application Insights extension generator documentation to detail support for both 2.x and 3.x, including methods for capturing OpenTelemetry log records, metrics, and activities for 3.x, and clarifying 2.x telemetry capture.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant