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 sentry-dotnet monorepo to 4.12.1 #205

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Sentry.AspNetCore (source) 4.7.0 -> 4.12.1 age adoption passing confidence
Sentry.Serilog (source) 4.7.0 -> 4.12.1 age adoption passing confidence

Release Notes

getsentry/sentry-dotnet (Sentry.AspNetCore)

v4.12.1

Compare Source

Fixes
  • Fixed "Failed to persist session" error on iOS (#​3655)
Dependencies

v4.12.0

Compare Source

API Changes
Fixes
  • Fixed duplicate key exception for Hangfire jobs with AutomaticRetry (#​3631)
Features
  • Added a flag to options DisableFileWrite to allow users to opt-out of all file writing operations. Note that toggling this will affect features such as offline caching and auto-session tracking and release health as these rely on some file persistency (#​3614, #​3641)
Dependencies

v4.11.0

Compare Source

Features
  • All exceptions are now added as breadcrumbs on future events. Previously this was only the case for exceptions captured via the Sentry.SeriLog or Sentry.Extensions.Logging integrations. (#​3584)
Fixes
  • On mobile devices, the SDK no longer throws a FormatException for ProcessorFrequency when trying to report native events (#​3541)
  • Add missing org parameter to the CLI release operations (#​3600)
API Changes
  • When the Sentry SDK is disabled, SentrySdk.StartTransaction() now returns a NoOpTransaction, which avoids unnecessary memory allocations (#​3581)
Dependencies

v4.10.2

Compare Source

Various fixes & improvements
Dependencies

v4.10.1

Compare Source

Fixes
  • Unfinished spans are now correctly stored and retrieved by the CachingTransport (#​3533)
Dependencies

v4.10.0

Compare Source

Features
  • Users can now automatically create releases and associated commits via sentry-cli and MSBuild properties (#​3462)
  • Sentry.AspNetCore.Blazor.WebAssembly now targets .NET 8 specifically, allowing for proper dependency resolution (#​3501)
Fixes
  • When targeting WPF, WinForms or Avalonia with PublishAot enabled, the SDK no longers throws a DllNotFoundException trying to initialize sentry-native (#​3411)
    Unable to load DLL sentry-native or one of its dependencies
  • On mobile devices, the SDK no longer throws a FormatException when trying to report native events (#​3485)
  • Race condition in SentryMessageHandler (#​3477)
  • Decrease runtime diagnostics circular buffer when profiling, reducing memory usage (#​3491)
  • The InstallationId is now resolved only once per application execution and any issues are logged as warnings instead of errors (#​3529)
  • DisplayInfo now captured correctly on iOS and Mac Catalyst on non-UI threads (#​3521)
Dependencies

v4.9.0

Compare Source

Fixes
  • Fixed envelopes getting stuck in processing when losing network connectivity (#​3438)
Features
  • Client reports now include dropped spans (#​3463)
API Changes
  • Removed SentrySdk.RunAsyncVoid (#​3466)

v4.8.1

Compare Source

Fixes
  • The SDK no longer fails to create a trace root (#​3453)
  • Removed FirstChanceException workaround for WinUI (#​3411)
Dependencies

v4.8.0

Compare Source

Obsoletion
  • Marked SentryUser.Segment as deprecated (#​3437)
Features
  • Added a new package Sentry.AspNetCore.Blazor.WebAssembly. This packages provides you with an extension to WebAssemblyHostBuilder to allow SDK configuration via the builder pattern. This package gives us an entry point and the ability to extend the SDKs support and out-of-the-box offering. You can follow the progress and leave feedback either (here) for extending the support for Blazor Server or (here) for Blazor WebAssembly support (#​3386)
Fixes
  • Debug logs are now visible for MAUI apps in Visual Studio when using Sentry's default DiagnosticLogger (#​3373)
  • Fixed Monitor duration calculation ([#​3420]https://github.com/getsentry/sentry-dotnet/pull/3420)
  • Fixed null IServiceProvider in anonymous routes with OpenTelemetry (#​3401)
  • Fixed Trim warnings in Sentry.DiagnosticSource and WinUIUnhandledException integrations (#​3410)
  • Fixed memory leak when tracing is enabled (#​3432)
  • Scope.User.Id now correctly defaults to the InstallationId unless it has been set otherwise (#​3425)
Dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates 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 changed the title chore(deps): update sentry-dotnet monorepo to v4.8.0 chore(deps): update sentry-dotnet monorepo to v4.8.1 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch from b582ae3 to 2cae2c8 Compare July 2, 2024 16:32
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch from 2cae2c8 to 5c79347 Compare July 11, 2024 17:42
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to v4.8.1 chore(deps): update sentry-dotnet monorepo to v4.9.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch from 5c79347 to f558f68 Compare August 14, 2024 11:30
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to v4.9.0 chore(deps): update sentry-dotnet monorepo to v4.10.0 Aug 14, 2024
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to v4.10.0 chore(deps): update sentry-dotnet monorepo to v4.10.1 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch 2 times, most recently from 68a1692 to 2b2abbd Compare August 21, 2024 12:09
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to v4.10.1 chore(deps): update sentry-dotnet monorepo to v4.10.2 Aug 21, 2024
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to v4.10.2 chore(deps): update sentry-dotnet monorepo to 4.10.2 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch from 2b2abbd to 9162bae Compare September 22, 2024 23:04
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to 4.10.2 chore(deps): update sentry-dotnet monorepo to 4.11.0 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch from 9162bae to b1ff072 Compare October 2, 2024 19:54
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to 4.11.0 chore(deps): update sentry-dotnet monorepo to 4.12.0 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch from b1ff072 to 3970bd2 Compare October 10, 2024 04:58
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to 4.12.0 chore(deps): update sentry-dotnet monorepo to 4.12.1 Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants