Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Sentry from 3.41.4 to 5.1.0 #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps Sentry from 3.41.4 to 5.1.0.

Release notes

Sourced from Sentry's releases.

5.1.0

Significant change in behavior

  • The User.IpAddress is now only set to {{auto}} when SendDefaultPii is enabled. This change gives you control over IP address collection directly on the client (#3893)

Features

  • .NET on iOS: Add experimental EnableAppHangTrackingV2 configuration flag to the options binding SDK (#3877)
  • Added SentryOptions.DisableSentryHttpMessageHandler. Useful if you're using OpenTelemetry.Instrumentation.Http and ending up with duplicate spans. (#3879)

Fixes

  • Prevent Native EXC_BAD_ACCESS signal errors from being captured when managed NullRefrenceExceptions occur (#3909)
  • Fixed duplicate SentryMauiEventProcessors (#3905)
  • Fixed invalid string.Format index in Debug logs for the DiagnosticSource integration (#3923)

Dependencies

5.0.1

Fixes

  • .NET Mobile: Disable and made obsolete the iOS Watchdog termination feature which is based on heuristics that don't work in .NET (#3867)
  • .NET on Android: NullReferenceException handled by Mono cause the app to crash (PR #3694) (#3871)

Dependencies

5.0.0

API Changes

  • Removed net6.0 and net7.0 TFMs as Microsoft has stopped supporting both of these now. If you need to target net6.0 or net7.0 then we recommend using version 4.x of the .NET SDK for Sentry. (#3807)

... (truncated)

Changelog

Sourced from Sentry's changelog.

5.1.0

Significant change in behavior

  • The User.IpAddress is now only set to {{auto}} when SendDefaultPii is enabled. This change gives you control over IP address collection directly on the client (#3893)

Features

  • .NET on iOS: Add experimental EnableAppHangTrackingV2 configuration flag to the options binding SDK (#3877)
  • Added SentryOptions.DisableSentryHttpMessageHandler. Useful if you're using OpenTelemetry.Instrumentation.Http and ending up with duplicate spans. (#3879)

Fixes

  • Prevent Native EXC_BAD_ACCESS signal errors from being captured when managed NullRefrenceExceptions occur (#3909)
  • Fixed duplicate SentryMauiEventProcessors (#3905)
  • Fixed invalid string.Format index in Debug logs for the DiagnosticSource integration (#3923)

Dependencies

5.0.1

Fixes

  • .NET Mobile: Disable and made obsolete the iOS Watchdog termination feature which is based on heuristics that don't work in .NET (#3867)
  • .NET on Android: NullReferenceException handled by Mono cause the app to crash (PR #3694) (#3871)

Dependencies

5.0.0

... (truncated)

Commits
  • 7faf221 release: 5.1.0
  • 44c48f6 Prevent Native EXC_BAD_ACCESS signal for NullRefrenceExceptions (#3909)
  • 2f818b2 Fixed Invalid index used in Debug logs (#3923)
  • 81452c1 Fixed duplicate SentryMauiEventProcessors (#3905)
  • a4fc2fe build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#3919)
  • 6b75631 build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 (#3918)
  • b31e4db fix: Guard user.IpAddress = "{{ auto }}" by SendDefaultPii (#3893)
  • aa2caa1 chore: fixup solution file (#3913)
  • 2b8ff9e Remove date range for LICENSE (#3916)
  • b6ee85d chore: update modules/sentry-native to 0.7.19 (#3908)
  • Additional 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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](https://github.com/getsentry/sentry-dotnet) from 3.41.4 to 5.1.0.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@3.41.4...5.1.0)

---
updated-dependencies:
- dependency-name: Sentry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 3, 2025
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants