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

chore(deps): update dependency sentry to v5 #186

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Sentry (source) 4.13.0 -> 5.0.0 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

getsentry/sentry-dotnet (Sentry)

v5.0.0

Compare Source

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)
  • Sentry's Experimental Metrics feature has been deprecated and removed from the SDK. (#​3718)
  • SentryOptions.EnableTracing has been removed. Instead, tracing should be enabled or disabled by setting the SentryOptions.TracesSampleRate or by using SentryOptions.TracesSampler to configure a sampling function (#​3569)
  • Temporarily removed experimental Session Replay support (#​3827)
  • You should no longer pass AndroidContext as an argument to SentrySdk.Init (#​3562)
  • The SentryUser.Segment property has been deprecated. Consider sending this as a tag or additional data instead (#​3563)
  • The ITraceContext now includes an Origin, which is set automatically and is primarily used internally by the Sentry server (#​3564)
  • Device.BatteryLevel and Device.ProcessorFrequency are now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#​3567)
  • The FailedRequestTargets, TagFilters and TracePropagationTargets options have all been changed from SubstringOrRegexPattern to IList<StringOrRegex> (#​3566)
  • Scope.Transaction is now always stored as an AsyncLocal also in Global Mode, to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). (#​3596)
Features
  • Added support for .NET 9 (#​3699)
  • Heap dumps can be captured automatically when memory usage exceeds a configurable threshold. Note that this API is still experimental and may change based on user feedback. (#​3667)
  • libsentrysupplemental.so now supports 16 KB page sizes on Android (#​3723)
  • Added SentryOptions extension for profiling: options.AddProfilingIntegration() (#​3660)
Fixes
  • Address Trim warnings to enable AOT support, including support for MAUI specifically. (#​3841)
  • Fixed JNI Error when accessing Android device data from multiple threads (#​3802)
  • Android - fix bug that prevents logcat.log from getting attached to unhandled events (SIGSEGV Segfault) (#​3694)
  • Fixed ArgumentNullException in FormRequestPayloadExtractor when handling invalid form data on ASP.NET (#​3734)
  • Fixed NullReferenceException in SentryTraceHeader when parsing null or empty values (#​3757)
  • Fix "System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'idData')" error propagating OpenTelemetry span ids (#​3850)
  • ArgumentNullException in FormRequestPayloadExtractor when handling invalid form data on ASP.NET (#​3734)
  • Fixed crash when using NLog with FailedRequestStatusCodes options in a Maui app with Trimming enabled (#​3743)
Dependencies

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bot label Jan 1, 2025
Copy link

github-actions bot commented Jan 1, 2025

Test Results

17 tests  ±0   17 ✅ +1   14m 7s ⏱️ - 6m 53s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌  - 1 

Results for commit 3663756. ± Comparison against base commit 35144e8.

Copy link
Author

renovate bot commented Jan 2, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-sentry-dotnet-monorepo branch January 2, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant