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 v4.2.1 #462

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Sentry (source) 4.1.2 -> 4.2.1 age adoption passing confidence
Sentry.Extensions.Logging (source) 4.1.2 -> 4.2.1 age adoption passing confidence

Release Notes

getsentry/sentry-dotnet (Sentry)

v4.2.1

Compare Source

Fixes
  • Dynamic Sampling Context not propagated correctly for HttpClient spans (#​3208)

v4.2.0

Compare Source

Features
  • ASP.NET Core: Blocking call detection. An event with the stack trace of the blocking call will be captured as event. (#​2709)
    • IMPORTANT: Verify this in test/staging before prod! Blocking calls in hot paths could create a lot of events for your Sentry project.
    • Opt-in via options.CaptureBlockingCalls = true
    • Disabled for specific code blocks with using (new SuppressBlockingDetection())
    • Doesn't detect everything. See original Caveats described by Ben Adams.
  • Added Crons support via SentrySdk.CaptureCheckIn and an integration with Hangfire (#​3128)
  • Common tags set automatically for metrics and metrics summaries are attached to Spans (#​3191)
API changes
  • Removed ScopeExtensions class - all the public methods moved directly to Scope (#​3186)
Fixes
  • The Sentry Middleware on ASP.NET Core no longer throws an exception after having been initialized multiple times (#​3185)
  • Empty strings are used instead of underscores to replace invalid metric tag values (#​3176)
  • Filtered OpenTelemetry spans are garbage collected correctly (#​3198)
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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from NyuwBot, Lulalaby and a team as code owners March 11, 2024 19:48
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 11, 2024
@renovate renovate bot requested a review from JMLutra March 11, 2024 19:48
@renovate renovate bot changed the title chore(deps): update sentry-dotnet monorepo to v4.2.0 chore(deps): update sentry-dotnet monorepo to v4.2.1 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/sentry-dotnet-monorepo branch from a837236 to 0868038 Compare March 12, 2024 14:13
Copy link

Documentation test build passed! 🎉
Visit the cloudflare action run in https://github.com/Aiko-IT-Systems/DisCatSharp.Docs/commits/renovate/sentry-dotnet-monorepo for details :3

gif

@Lulalaby Lulalaby merged commit 5b5f159 into main Mar 12, 2024
9 of 10 checks passed
@Lulalaby Lulalaby deleted the renovate/sentry-dotnet-monorepo branch March 12, 2024 15:21
Lulalaby pushed a commit that referenced this pull request Jul 10, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
Development

Successfully merging this pull request may close these issues.

2 participants