Skip to content

Conversation

@academy-renovate
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
sentry (source) dependencies minor 0.43.0 -> 0.44.0

Release Notes

getsentry/sentry-rust (sentry)

v0.44.0

Compare Source

Breaking changes
  • feat(log): support combined LogFilters and RecordMappings (#​914) by @​lcian
    • Breaking change: sentry::integrations::log::LogFilter has been changed to a bitflags struct.
    • It's now possible to map a log record to multiple items in Sentry by combining multiple log filters in the filter, e.g. log::Level::ERROR => LogFilter::Event | LogFilter::Log.
    • If using a custom mapper instead, it's possible to return a Vec<sentry::integrations::log::RecordMapping> to map a log record to multiple items in Sentry.
Behavioral changes
  • ref(log): send logs by default when logs feature flag is enabled (#​915) by @​lcian
    • If the logs feature flag is enabled, the default Sentry log logger now sends logs for all events at or above INFO.
  • ref(logs): enable logs by default if logs feature flag is used (#​910) by @​lcian
    • This changes the default value of sentry::ClientOptions::enable_logs to true.
    • This simplifies the setup of Sentry structured logs by requiring users to just add the log feature flag to the sentry dependency to opt-in to sending logs.
    • When the log feature flag is enabled, the tracing and log integrations will send structured logs to Sentry for all logs/events at or above INFO level by default.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot (Logs).

@academy-renovate academy-renovate bot enabled auto-merge October 7, 2025 10:35
@academy-renovate academy-renovate bot added this pull request to the merge queue Oct 7, 2025
Merged via the queue into develop with commit b86591b Oct 7, 2025
10 checks passed
@academy-renovate academy-renovate bot deleted the renovate/sentry-rust-monorepo branch October 7, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant