Skip to content

deps(dotnet): Bump Sentry from 6.0.0 to 6.1.0#34

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Sentry-6.1.0
Closed

deps(dotnet): Bump Sentry from 6.0.0 to 6.1.0#34
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Sentry-6.1.0

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.

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)

---
updated-dependencies:
- dependency-name: Sentry
  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:54
@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 Sentry .NET SDK dependency from version 6.0.0 to 6.1.0. The update incorporates a range of new features, fixes, and dependency bumps from the upstream Sentry SDK releases.


Key Technical Highlights:

Features:

  • Experimental support for Sentry trace-connected Metrics:
    Enables telemetry emitting metrics directly connected to Sentry traces, enhancing observability and correlation between performance data and error tracking.
    • Metrics APIs renamed in alpha to better reflect their behavior (e.g., AddCounterEmitCounter) to avoid implying aggregation semantics.
  • Enhancement to SentryThread object:
    Added a Main property to denote whether a thread is the main thread, improving thread identification in error events.

Fixes:

  • User feedback now includes additional context and tags such as Environment and Release which help in filtering and analyzing issues.

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

Suggested Labels: performance

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2026

Superseded by #35.

@dependabot dependabot bot closed this Feb 15, 2026
@dependabot dependabot bot deleted the dependabot/nuget/Sentry-6.1.0 branch February 15, 2026 06:55
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 nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants