Skip to content

chore(deps): update Dotnet SDK to v4.9.0 #47

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

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 1, 2024

Bumps dependencies/Sentry.properties from 4.4.0 to 4.9.0.

Auto-generated by a dependency updater.

Changelog

4.9.0

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)

4.8.1

Fixes

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

Dependencies

4.8.0

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]fix: Fixed duration calculation for Sentry.Hangfire crons checkIn sentry-dotnet#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

4.7.0

API Changes

  • SentryOptions.EnableTracing has been marked as Obsolete (#3381)

Features

  • The SDK now supports monitor upserting. You can programmatically set up your monitors via the options callback in SentrySdk.CaptureCheckIn (#3330)
  • Added an SentrySdk.RunAsyncVoid helper method that lets you capture exceptions from async void methods (#3379)

Fixes

  • P/Invoke warning for GetWindowThreadProcessId no longer shows when using Sentry in UWP applications (#3372)
  • Fixed InvalidOperationException when pulling the HttpRequestUrl from Uri's with DangerousDisablePathAndQueryCanonicalization set to true (#3393)

Dependencies

4.6.2

Fixes

  • Reverted changes to the SentryHttpMessageHandler and SentryGraphQLHttpMessageHandler to automatically create transactions for each request as this could negatively affect users' quota (#3367)

4.6.1

Fixes

  • Fixed SentryHttpMessageHandler and SentryGraphQLHttpMessageHandler not creating spans when there is no active Transaction on the scope (#3360)
  • The SDK no longer (wrongly) initializes sentry-native on Blazor WASM builds with RunAOTCompilation enabled. (#3363)
  • HttpClient requests now show on the Requests dashboard in Sentry (#3357)

Dependencies

  • Bump Hangfire from v1.8.7 to v1.8.12 (#3361)

4.6.0

Features

  • Hints now accept byte[] as attachment (#3352)
  • InApp includes/excludes can now be configured using regular expressions (#3321)

Fixes

  • Fixed memory leak in BackgroundWorker observed when using Sentry with Quartz and MySql (#3355)

Dependencies

4.5.0

Features

  • Extended the SDK's CheckIn support by adding Release, Environment and Trace ID to the event. CheckIns created via the Hangfire integration now also automatically report their duration (#3320)
  • The SDK's performance API now works in conjunction with OpenTelemetry's instrumentation. This means that SentrySpans and OTel spans now show up in the same span-tree. (#3288)

Fixes

  • HttpResponse.Content is no longer disposed by when using SentryHttpFailedRequestHandler on .NET Framework, which was causing an ObjectDisposedException when using Sentry with NSwag (#3306)
  • Fix BackgroundWorker exiting when OperationCanceledException is not from shutdown request (3284)
  • Envelopes with large attachments no longer get stuck in the queue when using CacheDirectoryPath (#3328)

Dependencies

@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from a02a87a to b52cb48 Compare May 1, 2024 03:01
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from b52cb48 to 95ff36d Compare May 10, 2024 03:01
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v4.5.0 chore(deps): update Dotnet SDK to v4.6.0 May 10, 2024
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v4.6.0 chore(deps): update Dotnet SDK to v4.6.2 May 15, 2024
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 95ff36d to 6d45854 Compare May 15, 2024 03:01
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 6d45854 to 2786556 Compare May 28, 2024 03:01
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v4.6.2 chore(deps): update Dotnet SDK to v4.7.0 May 28, 2024
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 2786556 to 76a2a6e Compare June 27, 2024 03:01
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v4.7.0 chore(deps): update Dotnet SDK to v4.8.0 Jun 27, 2024
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 76a2a6e to 9366e00 Compare July 3, 2024 03:01
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v4.8.0 chore(deps): update Dotnet SDK to v4.8.1 Jul 3, 2024
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 9366e00 to d4a005f Compare July 5, 2024 03:01
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from d4a005f to 063e7ab Compare July 12, 2024 03:01
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v4.8.1 chore(deps): update Dotnet SDK to v4.9.0 Jul 12, 2024
@vaind vaind merged commit 027c0a8 into main Jul 12, 2024
13 checks passed
@vaind vaind deleted the deps/dependencies/Sentry.properties branch July 12, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants