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 mindscape.raygun4net.netcore to v11 #1162

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Mindscape.Raygun4Net.NetCore (source) 10.1.2 -> 11.0.0 age adoption passing confidence

Release Notes

MindscapeHQ/raygun4net (Mindscape.Raygun4Net.NetCore)

v11.0.0

  • Add support for PDB Debug Information in stack traces
    • This enables Raygun to leverage Portable PDBs to symbolicate .NET stack traces when PDBs are not included in the build output
    • This introduces a dependency on System.Reflection.Metadata@6.0.1 for netstandard
    • See: https://github.com/MindscapeHQ/raygun4net/pull/528
  • Add support for storing crash reports offline
    • There is a new OfflineStore property on RaygunSettings, when this is set, it will enable the offline storage
    • Crashes are stored offline when there is a connectivity issue, or when the Raygun remote server returns a 5xx response
    • There is a IBackgroundSendStrategy, which controls when to attempt to resend offline crash reports. It defaults to every 30 seconds
    • By default, there is a maximum of 50 offline crashes stored
    • See: https://github.com/MindscapeHQ/raygun4net/pull/530
  • Removed marking an unhandled exception in Android as handled, preventing the app from crashing

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 this update 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.

@dpvreony dpvreony merged commit 9cc81ba into main Jun 20, 2024
2 checks passed
@dpvreony dpvreony deleted the renovate/mindscape.raygun4net.netcore-11.x branch June 20, 2024 09:13
Copy link

github-actions bot commented Jul 5, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant