Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-5688e4e60b
Closed

deps(dotnet): Bump Sentry and Sentry.NLog#87
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-5688e4e60b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

Updated Sentry from 6.5.0 to 6.6.0.

Release notes

Sourced from Sentry's releases.

6.6.0

Features ✨

  • feat: propagate trace to sentry-android and sentry-cocoa by @​bitsandfoxes in #​5244
  • feat: User.Id can now be overriden (set to null) in Global mode by @​jamescrosswell in #​5039
  • feat: Implement strict trace continuation by @​giortzisg in #​4981

Fixes 🐛

  • fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by @​jamescrosswell in #​5247
  • fix: sync default tags to native layer by @​bitsandfoxes in #​5214

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.14.0 by @​github-actions[bot] in #​5252
  • chore(deps): update Java SDK to v8.42.0 by @​github-actions[bot] in #​5208

Other

  • release: 6.6.0 by @​jamescrosswell in 0140be0a
  • chore: update scripts/update-cli.ps1 to 3.4.3 by @​github-actions[bot] in #​5251
  • ci: update the Update Dependencies workflow by @​Flash0ver in #​5175
  • chore: update modules/sentry-native to 0.14.2 by @​github-actions[bot] in #​5229
  • chore: update modules/sentry-cocoa to 9.13.0 by @​github-actions[bot] in #​5221
  • chore: update scripts/update-cli.ps1 to 3.4.2 by @​github-actions[bot] in #​5220
  • chore: update modules/sentry-cocoa to 9.12.1 by @​github-actions[bot] in #​5207

Commits viewable in compare view.

Updated Sentry.NLog from 6.5.0 to 6.6.0.

Release notes

Sourced from Sentry.NLog's releases.

6.6.0

Features ✨

  • feat: propagate trace to sentry-android and sentry-cocoa by @​bitsandfoxes in #​5244
  • feat: User.Id can now be overriden (set to null) in Global mode by @​jamescrosswell in #​5039
  • feat: Implement strict trace continuation by @​giortzisg in #​4981

Fixes 🐛

  • fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by @​jamescrosswell in #​5247
  • fix: sync default tags to native layer by @​bitsandfoxes in #​5214

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.14.0 by @​github-actions[bot] in #​5252
  • chore(deps): update Java SDK to v8.42.0 by @​github-actions[bot] in #​5208

Other

  • release: 6.6.0 by @​jamescrosswell in 0140be0a
  • chore: update scripts/update-cli.ps1 to 3.4.3 by @​github-actions[bot] in #​5251
  • ci: update the Update Dependencies workflow by @​Flash0ver in #​5175
  • chore: update modules/sentry-native to 0.14.2 by @​github-actions[bot] in #​5229
  • chore: update modules/sentry-cocoa to 9.13.0 by @​github-actions[bot] in #​5221
  • chore: update scripts/update-cli.ps1 to 3.4.2 by @​github-actions[bot] in #​5220
  • chore: update modules/sentry-cocoa to 9.12.1 by @​github-actions[bot] in #​5207

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.5.0 to 6.6.0
Bumps Sentry.NLog from 6.5.0 to 6.6.0

---
updated-dependencies:
- dependency-name: Sentry
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Sentry.NLog
  dependency-version: 6.6.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 May 31, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner May 31, 2026 06:50
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 31, 2026
@github-actions

Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the dependencies for the .NET Sentry SDK (Sentry) and its logging integration Sentry.NLog from version 6.5.0 to 6.6.0. The update incorporates multiple new features, bug fixes, and dependency upgrades as detailed in the Sentry 6.6.0 release notes.


Technical Requirements and Constraints

  • Compatibility: The updates require ensuring compatibility with the existing application and dependency graph, particularly with native modules (sentry-native, sentry-cocoa) and other SDKs (e.g., Java and Cocoa SDKs updated).
  • Configuration: Some features impact tracing and user context management, potentially requiring configuration changes or usage adjustments in the consuming application.
  • DSN Handling: Adjustments in how the SDK handles DSN (Data Source Name) are included, especially early return logic when DSN signals SDK disablement.
  • Build/CI Environment:

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

Suggested Labels: bug

@karlspace

Copy link
Copy Markdown
Contributor

Thanks @dependabot! 🙏 This update has been included in the consolidated dependency PR #95, now merged to main (commit 34ff202).

Your bump — Sentry / Sentry.NLog 6.5.0 → 6.6.0 — landed as part of that merge.

We grouped the six open dependency PRs into one atomic update because they shared a common blocker: the Splat 19.3.1 signing certificate was revoked, which failed the Linux Build & Pack/publish step with NU3012 on several PRs (and would also have blocked the next NuGet release). Bumping the whole set together keeps Central Package Management consistent and lets a single release/publish run cover everything.

Closing this one as consolidated — no action needed. 👍

@karlspace karlspace closed this Jun 14, 2026
@karlspace karlspace deleted the dependabot/nuget/multi-5688e4e60b branch June 14, 2026 18:54
@dependabot @github

dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant