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

Update sentry-ruby monorepo to v5.21.0 #9603

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry-rails (source, changelog) 5.20.1 -> 5.21.0 age adoption passing confidence
sentry-ruby (source, changelog) 5.20.1 -> 5.21.0 age adoption passing confidence

Release Notes

getsentry/sentry-ruby (sentry-rails)

v5.21.0

Compare Source

Features
  • Experimental support for multi-threaded profiling using Vernier (#​2372)

    You can have much better profiles if you're using multi-threaded servers like Puma now by leveraging Vernier.
    To use it, first add vernier to your Gemfile and make sure it is loaded before sentry-ruby.

Gemfile

gem 'vernier'
gem 'sentry-ruby'


Then, set a `profiles_sample_rate` and the new `profiler_class` configuration in your sentry initializer to use the new profiler.

```ruby

### config/initializers/sentry.rb

Sentry.init do |config|

### ...
  config.profiles_sample_rate = 1.0
  config.profiler_class = Sentry::Vernier::Profiler
end
Internal
  • Profile items have bigger size limit now (#​2421)
  • Consistent string freezing (#​2422)

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 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 added the dependencies label Oct 7, 2024
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch 2 times, most recently from 0365320 to f66d2bc Compare October 7, 2024 20:29
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch from f66d2bc to 5e4c125 Compare October 7, 2024 22:14
Copy link
Contributor

github-actions bot commented Oct 7, 2024

Code Coverage Report: Only Changed Files listed

Package Coverage
Overall Coverage 🟢 85%

Minimum allowed coverage is 0%, this run produced 85%

@renovate renovate bot merged commit b9cd991 into main Oct 8, 2024
15 checks passed
@renovate renovate bot deleted the renovate/sentry-ruby-monorepo branch October 8, 2024 00:50
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.

0 participants