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 sentry to == 10.9.0 #280

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2025

This PR contains the following updates:

Package Type Update Change
sentry (source) prod minor == 10.8.1 -> == 10.9.0

Release Notes

getsentry/sentry-elixir (sentry)

v10.9.0

Compare Source

This release adds a bunch of new features and fixes a few papercut bugs.

New features
  • Add :tags_from_metadata option to Sentry.LoggerHandler. Use this to better structure reports that come from logs (#​840 by @​icehaunter).
  • Add :discard_threshold option to Sentry.LoggerHandler to implement load shedding when the logger gets overloaded.
  • If you want to use Elixir 1.18's new JSON module, now you can (#​845).
  • Add :in_app_otp_apps configuration option. This should replace :in_app_module_allow_list for most use cases, making configuration simpler (#​854 by @​solnic).
  • Add support for per-module custom options for check ins. This means you can now configure single Oban (or Quantum) jobs with per-worker options such as timezones and more (#​833 by @​savhappy).
  • Add a global :extra config that can be set at the :sentry application level (akin to :tags today).
  • Improve Oban error reporting.
Bug fixes
  • We now deduplicate identical events significantly less, reducing the risk of not reporting events that are not duplicates.
  • When dropping breadcrumbs (because of the limit being reached), we now retain newest breadcrumbs instead of older ones (#​858 by @​dajinchu).
  • Ensure log messages are not captured with :capture_log_messages is false (#​865 by @​joladev).
  • Normalize Oban exception reasons for better reports.

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

@mathcolo mathcolo merged commit 4aaa694 into main Apr 8, 2025
4 checks passed
@mathcolo mathcolo deleted the renovate/sentry-10.x branch April 8, 2025 16:02
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.

1 participant