Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Confidence
aws-sdk-s3 (source, changelog) 1.211.01.212.0 age confidence
aws-sdk-sqs (source, changelog) 1.109.01.110.0 age confidence
bootsnap 1.21.01.21.1 age confidence
listen (changelog) 3.9.03.10.0 age confidence
sentry-rails (source, changelog) 6.2.06.3.0 age confidence
sentry-ruby (source, changelog) 6.2.06.3.0 age confidence

Release Notes

aws/aws-sdk-ruby (aws-sdk-s3)

v1.212.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
aws/aws-sdk-ruby (aws-sdk-sqs)

v1.110.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
guard/listen (listen)

v3.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: guard/listen@v3.9.0...v3.10.0

getsentry/sentry-ruby (sentry-rails)

v6.3.0

Compare Source

Features
  • Implement new Sentry.metrics functionality (#​2818)

    The SDK now supports Sentry's new Trace Connected Metrics product.

     Sentry.metrics.count("button.click", 1, attributes: { button_id: "submit" })
     Sentry.metrics.distribution("response.time", 120.5, unit: "millisecond")
     Sentry.metrics.gauge("cpu.usage", 75.2, unit: "percent")

    Metrics is enabled by default and only activates once you use the above APIs. To disable completely:

    Sentry.init do |config|
      # ...
      config.enable_metrics = false
    end
  • Support for tracing Sequel queries (#​2814)

    require "sentry"
    require "sentry/sequel"
    
    Sentry.init do |config|
      config.enabled_patches << :sequel
    end
    
    DB = Sequel.sqlite
    DB.extension(:sentry)
  • Add support for OpenTelemetry messaging/queue system spans (#​2685)

  • Add support for config.std_lib_logger_filter proc (#​2829)

    Sentry.init do |config|
      config.std_lib_logger_filter = proc do |logger, message, severity|
        # Only send ERROR and above messages
        severity == :error || severity == :fatal
      end
    
      config.enabled_patches = [:std_lib_logger]
    end
Bug Fixes
  • Handle empty frames case gracefully with local vars (#​2807)
  • Handle more extra attribute types when using extra attributes for structured logging (#​2815)
    # This now works too and the nested hash is dumped to JSON string
    Sentry.logger.info("Hello World", extra: { today: Date.today, user_id: user.id })
  • Prevent SDK crash when SDK logging fails (#​2817)
Internal
  • Unify Logs and Metrics implementations (#​2826)
  • Unify LogEventBuffer and MetricEventBuffer logic (#​2830)
  • Add maximum limits on LogEventBuffer (1k) and MetricEventBuffer (10k) for protection from memory blowup (#​2831)
  • Lazily start LogEventBuffer and MetricEventBuffer threads (#​2832)

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

@mitlib mitlib temporarily deployed to thesis-submit-pr-1493 January 15, 2026 02:15 Inactive
@coveralls
Copy link

coveralls commented Jan 15, 2026

Coverage Status

coverage: 98.338%. remained the same
when pulling f7540c9 on renovate/bundler-minor-patch
into c89a1ca on main.

@renovate renovate bot changed the title Update dependency bootsnap to v1.21.1 Update bundler non-major dependencies to v1.21.1 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 3362a48 to ec98fd2 Compare January 15, 2026 14:55
@mitlib mitlib temporarily deployed to thesis-submit-pr-1493 January 15, 2026 14:55 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from ec98fd2 to 4e3036c Compare January 16, 2026 12:37
@mitlib mitlib temporarily deployed to thesis-submit-pr-1493 January 16, 2026 12:37 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 4e3036c to 3959ea9 Compare January 16, 2026 21:54
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.21.1 Update bundler non-major dependencies to v1.110.0 Jan 16, 2026
@mitlib mitlib temporarily deployed to thesis-submit-pr-1493 January 16, 2026 21:54 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 3959ea9 to f7540c9 Compare January 17, 2026 01:47
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.110.0 Update bundler non-major dependencies to v1.212.0 Jan 17, 2026
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.

3 participants