Skip to content

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

Merged
karlspace merged 1 commit into
mainfrom
dependabot/nuget/multi-e54d73dfcd
May 19, 2026
Merged

deps(dotnet): Bump Sentry and Sentry.NLog#71
karlspace merged 1 commit into
mainfrom
dependabot/nuget/multi-e54d73dfcd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Pinned Sentry at 6.5.0.

Release notes

Sourced from Sentry's releases.

6.5.0

Features ✨

  • feat: Add support to send OTEL traces via OTLP by @​jamescrosswell in #​4899

Fixes 🐛

  • fix(unity): update SentryEvent to have IsCaptured to allow dropping screenshots of filtered events by @​JoshuaMoelans in #​5162
  • fix: Memory leak when filtered Activities get garbage collected before PruneFilteredSpans runs by @​jamescrosswell in #​5186

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.12.0 by @​github-actions in #​5179
  • chore(deps): update CLI to v3.4.1 by @​github-actions in #​5171
  • chore(deps): update Native SDK to v0.13.8 by @​github-actions in #​5165
  • chore(deps): update Java SDK to v8.40.0 by @​github-actions in #​5161
  • chore(deps): update Cocoa SDK to v9.11.0 by @​github-actions in #​5160
  • chore(deps): update CLI to v3.4.0 by @​github-actions in #​5145
  • chore(deps): update Java SDK to v8.39.1 by @​github-actions in #​5144

Other

  • perf(logs): avoid string allocation when no parameters are passed by @​Flash0ver in #​4697
  • chore: fix missing skill by @​jamescrosswell in #​5134

6.4.1

Fixes 🐛

  • fix: prevent redundant native exceptions on Android/CoreCLR by @​jpnurmi in #​5127

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.39.0 by @​github-actions in #​5137
  • chore(deps): update Native SDK to v0.13.7 by @​github-actions in #​5136

6.4.0

Features ✨

  • feat: Add network details for session replay on iOS by @​jamescrosswell in #​4891
  • feat: Add option to exclude certain HTTP statuses from tracing by @​jamescrosswell in #​5034

Fixes 🐛

  • fix: memory leak when profiling is enabled by @​jamescrosswell in #​5133
  • fix: prevent redundant native exceptions on iOS by @​jpnurmi in #​5126
  • fix: prevent redundant native exceptions on Android/Mono by @​jpnurmi in #​4676
    • Note: opt in by setting options.Native.ExperimentalOptions.SignalHandlerStrategy to Sentry.Android.SignalHandlerStrategy.ChainAtStart

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.10.0 by @​github-actions in #​5132
  • chore(deps): update Cocoa SDK to v9.9.0 by @​github-actions in #​5115
  • chore(deps): update Java SDK to v8.38.0 by @​github-actions in #​5124

6.3.2

Dependencies ⬆️

  • chore(deps): update Native SDK to v0.13.6 by @​github-actions in #​5128

6.3.1

Fixes 🐛

  • fix: Workaround FileNotFoundException on Android when recovering sessions by @​jamescrosswell in #​5084
  • fix: CaptureFeedback now supports multiple attachments correctly by @​bitsandfoxes in #​5077

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.13.5 by @​github-actions in #​5119
  • chore(deps): update CLI to v3.3.5 by @​github-actions in #​5093
  • chore(deps): update Native SDK to v0.13.4 by @​github-actions in #​5081
  • chore(deps): update Java SDK to v8.37.1 by @​github-actions in #​5071
  • chore(deps): update CLI to v3.3.4 by @​github-actions in #​5068
  • chore(deps): update Java SDK to v8.37.0 by @​github-actions in #​5069
  • chore(deps): update Cocoa SDK to v9.8.0 by @​github-actions in #​5044
  • chore(deps): update Java SDK to v8.36.0 by @​github-actions in #​5036
  • chore(deps): update epitaph to 0.1.1 by @​github-actions in #​5036

Other

  • chore: Update validate-pr workflow by @​stephanie-anderson in #​5108
  • ci: fix workflows that always fail for fork PRs by @​jamescrosswell in #​5065

6.3.0

Features

  • The Metrics APIs are now stable: removed Experimental from SentrySdk, SentryOptions and IHub (#​5023)
  • Report a new Diagnostic (SENTRY1001) when a Metrics-API is invoked with an unsupported numeric type (#​4840)

Fixes

  • Common tags such as Environment and Release and custom event processors are all now correctly applied to CaptureFeedback events (#​4942)
  • Include Data set via ITransactionTracer in SentryTransaction (#​4148)

Dependencies

  • Bump Cocoa SDK from v9.5.0 to v9.7.0 (#​4958, #​5015)
  • Bump CLI from v3.3.0 to v3.3.3 (#​5002)
  • Bump Java SDK from v8.34.1 to v8.35.0 (#​5017)
  • Bump Native SDK from v0.13.2 to v0.13.3 (#​5045)

6.2.0

Features

  • Outbound HTTP requests now show in the Network tab for Android Session Replays (#​4860)

Fixes

  • The SDK now logs a Warning instead of an Error when being ratelimited (#​4927)
  • Symbolication now works correctly with Android workloads 10.0.102 and later (#​4998)
  • libmonosgen and libxamarin frames no longer show as in-app (#​4960)

Dependencies

6.2.0-alpha.0

Features

  • Add navigation breadcrumbs for Blazor WebAssembly (#​4907)

Dependencies

  • Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20 (#​4876)
  • Bumped CommunityToolkit.Mvvm to 8.4.0 (#​4876)

Commits viewable in compare view.

Pinned Sentry.NLog at 6.5.0.

Release notes

Sourced from Sentry.NLog's releases.

6.5.0

Features ✨

  • feat: Add support to send OTEL traces via OTLP by @​jamescrosswell in #​4899

Fixes 🐛

  • fix(unity): update SentryEvent to have IsCaptured to allow dropping screenshots of filtered events by @​JoshuaMoelans in #​5162
  • fix: Memory leak when filtered Activities get garbage collected before PruneFilteredSpans runs by @​jamescrosswell in #​5186

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.12.0 by @​github-actions in #​5179
  • chore(deps): update CLI to v3.4.1 by @​github-actions in #​5171
  • chore(deps): update Native SDK to v0.13.8 by @​github-actions in #​5165
  • chore(deps): update Java SDK to v8.40.0 by @​github-actions in #​5161
  • chore(deps): update Cocoa SDK to v9.11.0 by @​github-actions in #​5160
  • chore(deps): update CLI to v3.4.0 by @​github-actions in #​5145
  • chore(deps): update Java SDK to v8.39.1 by @​github-actions in #​5144

Other

  • perf(logs): avoid string allocation when no parameters are passed by @​Flash0ver in #​4697
  • chore: fix missing skill by @​jamescrosswell in #​5134

6.4.1

Fixes 🐛

  • fix: prevent redundant native exceptions on Android/CoreCLR by @​jpnurmi in #​5127

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.39.0 by @​github-actions in #​5137
  • chore(deps): update Native SDK to v0.13.7 by @​github-actions in #​5136

6.4.0

Features ✨

  • feat: Add network details for session replay on iOS by @​jamescrosswell in #​4891
  • feat: Add option to exclude certain HTTP statuses from tracing by @​jamescrosswell in #​5034

Fixes 🐛

  • fix: memory leak when profiling is enabled by @​jamescrosswell in #​5133
  • fix: prevent redundant native exceptions on iOS by @​jpnurmi in #​5126
  • fix: prevent redundant native exceptions on Android/Mono by @​jpnurmi in #​4676
    • Note: opt in by setting options.Native.ExperimentalOptions.SignalHandlerStrategy to Sentry.Android.SignalHandlerStrategy.ChainAtStart

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.10.0 by @​github-actions in #​5132
  • chore(deps): update Cocoa SDK to v9.9.0 by @​github-actions in #​5115
  • chore(deps): update Java SDK to v8.38.0 by @​github-actions in #​5124

6.3.2

Dependencies ⬆️

  • chore(deps): update Native SDK to v0.13.6 by @​github-actions in #​5128

6.3.1

Fixes 🐛

  • fix: Workaround FileNotFoundException on Android when recovering sessions by @​jamescrosswell in #​5084
  • fix: CaptureFeedback now supports multiple attachments correctly by @​bitsandfoxes in #​5077

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.13.5 by @​github-actions in #​5119
  • chore(deps): update CLI to v3.3.5 by @​github-actions in #​5093
  • chore(deps): update Native SDK to v0.13.4 by @​github-actions in #​5081
  • chore(deps): update Java SDK to v8.37.1 by @​github-actions in #​5071
  • chore(deps): update CLI to v3.3.4 by @​github-actions in #​5068
  • chore(deps): update Java SDK to v8.37.0 by @​github-actions in #​5069
  • chore(deps): update Cocoa SDK to v9.8.0 by @​github-actions in #​5044
  • chore(deps): update Java SDK to v8.36.0 by @​github-actions in #​5036
  • chore(deps): update epitaph to 0.1.1 by @​github-actions in #​5036

Other

  • chore: Update validate-pr workflow by @​stephanie-anderson in #​5108
  • ci: fix workflows that always fail for fork PRs by @​jamescrosswell in #​5065

6.3.0

Features

  • The Metrics APIs are now stable: removed Experimental from SentrySdk, SentryOptions and IHub (#​5023)
  • Report a new Diagnostic (SENTRY1001) when a Metrics-API is invoked with an unsupported numeric type (#​4840)

Fixes

  • Common tags such as Environment and Release and custom event processors are all now correctly applied to CaptureFeedback events (#​4942)
  • Include Data set via ITransactionTracer in SentryTransaction (#​4148)

Dependencies

  • Bump Cocoa SDK from v9.5.0 to v9.7.0 (#​4958, #​5015)
  • Bump CLI from v3.3.0 to v3.3.3 (#​5002)
  • Bump Java SDK from v8.34.1 to v8.35.0 (#​5017)
  • Bump Native SDK from v0.13.2 to v0.13.3 (#​5045)

6.2.0

Features

  • Outbound HTTP requests now show in the Network tab for Android Session Replays (#​4860)

Fixes

  • The SDK now logs a Warning instead of an Error when being ratelimited (#​4927)
  • Symbolication now works correctly with Android workloads 10.0.102 and later (#​4998)
  • libmonosgen and libxamarin frames no longer show as in-app (#​4960)

Dependencies

6.2.0-alpha.0

Features

  • Add navigation breadcrumbs for Blazor WebAssembly (#​4907)

Dependencies

  • Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20 (#​4876)
  • Bumped CommunityToolkit.Mvvm to 8.4.0 (#​4876)

Commits viewable in compare view.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 10, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner May 10, 2026 07:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 10, 2026
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the dependencies for two related .NET packages: Sentry and Sentry.NLog, upgrading both from version 6.1.0 to 6.5.0. The update brings in numerous features, bug fixes, dependency upgrades, and performance improvements detailed across multiple minor versions (6.2.0 through 6.5.0).


Technical Requirements and Constraints

  • Dependency Compatibility:
    • Ensure compatibility with .NET environments supported by Sentry 6.5.0.
    • Upgraded transitive dependencies include Cocoa SDK (up to v9.12.0), CLI (v3.4.1), Native SDK (v0.13.8), and Java SDK (v8.40.0).
    • Note from 6.2.0 update: Sentry CLI v3 removes legacy API key authentication; users must migrate from SentryApiKey to

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

Suggested Labels: bug performance

@github-actions github-actions Bot added the bug Something isn't working label May 10, 2026
Bumps Sentry from 6.1.0 to 6.5.0
Bumps Sentry.NLog from 6.1.0 to 6.5.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/multi-e54d73dfcd branch from 9dfc581 to a89b40c Compare May 19, 2026 10:36
Copy link
Copy Markdown
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.

Approving — minor version bump (6.1.0 → 6.5.0) for both Sentry and Sentry.NLog, grouped so the sibling packages stay in lockstep.

Notable changes in the 6.1 → 6.5 window:

  • feat: OTLP support for OTEL traces (6.5.0)
  • fix: memory leak when filtered Activities get GC'd before PruneFilteredSpans (6.5.0)
  • perf: avoid string allocation when no log parameters are passed (6.5.0)
  • Native/Java/Cocoa SDK rolls (irrelevant for our .NET 10 desktop targets)

⚠️ One Sentry-side note that does NOT apply to us: Sentry CLI v3 dropped legacy API-key auth in favour of Auth Tokens. We don't use SentryApiKey in this repo, so no migration needed.

  • Two-line change in Directory.Packages.props
  • CI green; skipped jobs are release-publish steps that only run on main

Merging.

@karlspace karlspace merged commit b9b268f into main May 19, 2026
10 checks passed
@karlspace karlspace deleted the dependabot/nuget/multi-e54d73dfcd branch May 19, 2026 13:26
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