Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2025

This PR contains the following updates:

Package Type Update Change
sentry (source) dev-dependencies minor =0.43.0 -> =0.45.0
sentry (source) dependencies minor =0.43.0 -> =0.45.0
sentry-core (source) dependencies minor =0.43.0 -> =0.45.0

Release Notes

getsentry/sentry-rust (sentry)

v0.45.0

Compare Source

Breaking changes
  • Add custom variant to AttachmentType that holds an arbitrary String. (#​916)

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: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sentry-rust-monorepo branch from f2ca42c to c864251 Compare October 8, 2025 10:51
@renovate renovate bot changed the title Update sentry-rust monorepo to v0.44.0 Update sentry-rust monorepo to v0.45.0 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/sentry-rust-monorepo branch 2 times, most recently from e49e635 to 3fd4971 Compare October 9, 2025 19:29
@renovate renovate bot force-pushed the renovate/sentry-rust-monorepo branch from 3fd4971 to 9067f83 Compare October 9, 2025 19:44
@Turbo87 Turbo87 merged commit 426d270 into main Oct 9, 2025
10 checks passed
@Turbo87 Turbo87 deleted the renovate/sentry-rust-monorepo branch October 9, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants