Skip to content

deps(dotnet): Bump Sentry and Sentry.NLog#35

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-18dc59e8b4
Open

deps(dotnet): Bump Sentry and Sentry.NLog#35
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-18dc59e8b4

Conversation

@dependabot
Copy link
Contributor

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

Updated Sentry from 6.0.0 to 6.1.0.

Release notes

Sourced from Sentry's releases.

6.1.0

Features

Fixes

  • User Feedback now contains additional Context and Tags, like Environment and Release (#​4883)
  • Allow Sentry failures from the Sentry CLI when SENTRY_ALLOW_FAILURE is set (#​4852)
  • The SDK now logs a specific error message when envelopes are rejected due to size limits (HTTP 413) (#​4863)
  • Fixed thread-safety issue on Android when multiple events are captured concurrently (#​4814)

Dependencies

6.1.0-alpha.2

BREAKING CHANGES

  • Rename Trace-connected Metrics APIs to avoid implying aggregation (#​4834)
    • from AddCounter to EmitCounter
    • from RecordDistribution to EmitDistribution
    • from RecordGauge to EmitGauge

Features

Fixes

6.1.0-alpha.1

Features

Dependencies

Commits viewable in compare view.

Updated Sentry.NLog from 6.0.0 to 6.1.0.

Release notes

Sourced from Sentry.NLog's releases.

6.1.0

Features

Fixes

  • User Feedback now contains additional Context and Tags, like Environment and Release (#​4883)
  • Allow Sentry failures from the Sentry CLI when SENTRY_ALLOW_FAILURE is set (#​4852)
  • The SDK now logs a specific error message when envelopes are rejected due to size limits (HTTP 413) (#​4863)
  • Fixed thread-safety issue on Android when multiple events are captured concurrently (#​4814)

Dependencies

6.1.0-alpha.2

BREAKING CHANGES

  • Rename Trace-connected Metrics APIs to avoid implying aggregation (#​4834)
    • from AddCounter to EmitCounter
    • from RecordDistribution to EmitDistribution
    • from RecordGauge to EmitGauge

Features

Fixes

6.1.0-alpha.1

Features

Dependencies

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 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)

Bumps Sentry from 6.0.0 to 6.1.0
Bumps Sentry.NLog from 6.0.0 to 6.1.0

---
updated-dependencies:
- dependency-name: Sentry
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Sentry.NLog
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Feb 15, 2026
@dependabot dependabot bot requested a review from karlspace as a code owner February 15, 2026 06:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Feb 15, 2026
@github-actions
Copy link

AI Analysis

Technical Summary:

This pull request updates the .NET dependencies Sentry and Sentry.NLog from version 6.0.0 to 6.1.0, incorporating multiple new features, fixes, and dependency bumps as part of the official release cycle of Sentry’s .NET SDK.


Key Updates and Features:

  • Experimental Support for Sentry Trace-Connected Metrics:
    Introduces preliminary APIs to emit trace-connected metrics (counters, distributions, gauges), enabling tighter integration between tracing and custom metrics (docs). This is an enhancement targeting observability by coupling metrics with traces.

  • Extended SentryThread with Main Property:
    Allows identifying whether a thread is the main thread. This improvement aids in more accurate thread context reporting in diagnostics and crash reports.

  • User Feedback Enhancement:
    Adds additional contextual data and tags such as Environment and


This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: enhancement

@github-actions github-actions bot added the enhancement New feature or request label Feb 15, 2026
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 enhancement New feature or request nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants