Skip to content

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

Merged
karlspace merged 1 commit intomainfrom
dependabot/nuget/multi-18dc59e8b4
Mar 24, 2026
Merged

deps(dotnet): Bump Sentry and Sentry.NLog#35
karlspace merged 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.

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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
Copy link
Contributor

@karlspace karlspace left a comment

Choose a reason for hiding this comment

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

✅ Review: Sentry & Sentry.NLog 6.0.0 → 6.1.0

Bewertung: Unbedenklich — Minor-Update

Beide Pakete werden konsistent von 6.0.0 auf 6.1.0 angehoben. Minor-Releases bringen in der Regel neue Features bei voller Abwärtskompatibilität mit.

Änderungen geprüft:

  • Directory.Packages.props: Sentry 6.0.06.1.0
  • Directory.Packages.props: Sentry.NLog 6.0.06.1.0

Schön, dass beide Sentry-Pakete synchron aktualisiert werden — das vermeidet potenzielle Versionskonflikte im Sentry-Ökosystem.

Hinweis zum CI-Status: Der Build-Fehler ist ein bekanntes, systemisches Problem (fehlende SNK-Datei) und hat nichts mit dieser Änderung zu tun.

Sieht gut aus, danke! 👍

Copy link
Contributor

@karlspace karlspace left a comment

Choose a reason for hiding this comment

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

📝 Korrektur zum CI-Hinweis

Mein vorheriger Hinweis zum Build-Fehler war ungenau — Entschuldigung!

Der Build-Fehler ist erwartetes Verhalten: Die SNK-Datei für Assembly-Signing wird über das Secret DOTNET_SIGNKEY_BASE64 bereitgestellt. GitHub stellt Dependabot-PRs aus Sicherheitsgründen keine Repository-Secrets zur Verfügung. Nach dem Merge auf main wird der Build erfolgreich durchlaufen.

Approval bleibt bestehen. ✅

@karlspace karlspace merged commit 987cbac into main Mar 24, 2026
11 of 12 checks passed
@karlspace karlspace deleted the dependabot/nuget/multi-18dc59e8b4 branch March 24, 2026 22:27
@github-actions
Copy link

🎉 This PR is included in version 3.0.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant