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

Bump sentry-rails and sentry-ruby #298

Merged
merged 1 commit into from
Mar 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2021

Bumps sentry-rails and sentry-ruby. These dependencies needed to be updated together.
Updates sentry-rails from 4.2.2 to 4.3.1

Changelog

Sourced from sentry-rails's changelog.

4.3.1

  • Only apply background worker patch if ActiveRecord is loaded #1350
  • Avoid recording SendEventJob's transaction #1351

4.3.0

Features

  • Support performance monitoring on ActiveJob execution #1304

Bug Fixes

  • Prevent background workers from holding ActiveRecord connections #1320
Commits
  • 262f1ce release: 4.3.1
  • ed7cea9 Only apply background worker patch if ActiveRecord is loaded (#1350)
  • 0f1129a Fix handle the case where the logger messages is not of String type (#1341)
  • 60fbb4b Add Sentry.set_context helper (#1337)
  • 59e351d Update workflow files (#1339)
  • 59e83ab Add rspec-retry for retrying flaky tests (#1338)
  • de0a5b3 Bump elliptic from 6.5.3 to 6.5.4 in /sentry-raven/examples/rails-6.0 (#1330)
  • 82ea7ce Update link to IGNORE_DEFAULT in README (#1329)
  • 060cb25 Merge release-sentry-sidekiq/4.3.0 into master
  • 7756a52 Merge release-sentry-rails/4.3.0 into master
  • Additional commits viewable in compare view

Updates sentry-ruby from 4.2.2 to 4.3.0

Changelog

Sourced from sentry-ruby's changelog.

4.3.0

Features

  • Allow configuring BreadcrumbBuffer's size limit #1310
# the SDK will only store 10 breadcrumbs (default is 100)
config.max_breadcrumbs = 10
  • Compress event payload by default #1314

Refatorings

  • Refactor interface construction #1296
  • Refactor tracing implementation #1309

Bug Fixes

  • Improve SDK's error handling #1298
  • Treat query string as pii too #1302
  • Ignore sentry-trace when tracing is not enabled #1308
  • Return nil from logger methods instead of breadcrumb buffer #1299
  • Exceptions with nil message shouldn't cause issues #1327
  • Fix sampling decision with sentry-trace and add more tests #1326
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 20, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/sentry-rails-and-sentry-ruby-4.3.1 branch from 8159ce3 to b1517ed Compare March 20, 2021 03:11
@carl carl merged commit f2ade8c into master Mar 20, 2021
@carl carl deleted the dependabot/bundler/sentry-rails-and-sentry-ruby-4.3.1 branch March 20, 2021 03:39
dysnomian pushed a commit that referenced this pull request Mar 22, 2021
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) and [sentry-ruby](https://github.com/getsentry/sentry-ruby). These dependencies needed to be updated together.

Updates `sentry-rails` from 4.2.2 to 4.3.1
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/sentry-rails/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@sentry-rails-v4.2.2...sentry-rails-v4.3.1)

Updates `sentry-ruby` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@sentry-ruby-v4.2.2...sentry-ruby-v4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant