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

build: bump the all group with 4 updates #144

Merged
merged 6 commits into from
Feb 24, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 4 updates: Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Logging.Abstractions, Sentry.Serilog and Microsoft.Extensions.Hosting.

Updates Microsoft.Extensions.Hosting.Abstractions from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Hosting.Abstractions's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Sentry.Serilog from 5.0.1 to 5.1.1

Release notes

Sourced from Sentry.Serilog's releases.

5.1.1

Fixes

  • Emit transaction.data inside contexts.trace.data (#3936)
  • Native SIGSEGV errors resulting from managed NullReferenceExceptions are now suppressed on Android (#3903)
  • OTel activities that are marked as not recorded are no longer sent to Sentry (#3890)
  • Fixed envelopes with oversized attachments getting stuck in __processing (#3938)
  • OperatingSystem will now return macOS as OS name instead of 'Darwin' as well as the proper version. (#2710)
  • Ignore null value on CocoaScopeObserver.SetTag (#3948)

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

Changelog

Sourced from Sentry.Serilog's changelog.

5.1.1

Fixes

  • Emit transaction.data inside contexts.trace.data (#3936)
  • Native SIGSEGV errors resulting from managed NullReferenceExceptions are now suppressed on Android (#3903)
  • OTel activities that are marked as not recorded are no longer sent to Sentry (#3890)
  • Fixed envelopes with oversized attachments getting stuck in __processing (#3938)
  • OperatingSystem will now return macOS as OS name instead of 'Darwin' as well as the proper version. (#2710)
  • Ignore null value on CocoaScopeObserver.SetTag (#3948)
  • Deduplicate profiling stack frames (#3969)

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

Commits

Updates Microsoft.Extensions.Hosting from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 4 updates: [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime), [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) and [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime).


Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Sentry.Serilog` from 5.0.1 to 5.1.1
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@5.0.1...5.1.1)

Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Sentry.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 14:17
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 24, 2025
@loekensgard loekensgard merged commit 0ddeca6 into main Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/nuget/all-4993266003 branch February 24, 2025 15:09
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.

1 participant