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-ruby from 5.3.1 to 5.4.1 #600

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps sentry-ruby from 5.3.1 to 5.4.1.

Changelog

Sourced from sentry-ruby's changelog.

5.4.1

Bug Fixes

  • Fix missing spec.files in sentry-ruby.gemspec

5.4.0

Features

  • Expose :values in ExceptionInterface, so that it can be accessed in before_send under event.exception.values #1843

  • Add top level Sentry.close API #1844

    • Cleans up SDK state and sets it to uninitialized
    • No-ops all SDK APIs and also disables the transport layer, so nothing will be sent to Sentry after closing the SDK
  • Handle exception with large stacktrace without dropping entire item #1807

  • Capture Rails runner's exceptions before exiting #1820

  • Add Sentry.with_exception_captured helper #1814

    Usage:

    Sentry.with_exception_captured do
     1/1 #=> 1 will be returned
    end
    Sentry.with_exception_captured do
    1/0 #=> ZeroDivisionError will be reported and re-raised
    end

  • Prepare for Rails 7.1's error reporter API change #1834

  • Set sentry.error_event_id in request env if the middleware captures errors #1849

    If the SDK's Rack middleware captures an error, the reported event's id will be stored in the request env. For example:

    env["sentry.error_event_id"] #=> "507bd4c1a07e4355bb70bcd7afe8ab17"

    Users can display this information on the error page via a middleware as proposed in #1846

Bug Fixes

  • Respect report_rescued_exceptions config #1847
  • Rescue event's to JSON conversion error #1853
  • Rescue ThreadError in SessionFlusher and stop creating threads if flusher is killed #1851

... (truncated)

Commits
  • 460dd6d release: 5.4.1
  • 09308ab Fix missing spec.files in sentry-ruby.gemspec (#1857)
  • 7ff81bf Merge branch 'release/5.4.0'
  • abbc62f release: 5.4.0
  • 3e854ac Prepare CHANGELOG for 5.4.0 release
  • b30722e Add exited status to SessionFlusher and rescue ThreadError (#1851)
  • 3323159 Bump terser from 4.8.0 to 4.8.1 in /sentry-rails/examples/rails-6.0 (#1852)
  • 6118b66 Bump terser from 4.8.0 to 4.8.1 in /sentry-raven/examples/rails-6.0 (#1850)
  • 3326fe0 Revert "CHANGELOG"
  • d9265c3 CHANGELOG
  • Additional commits viewable in compare view

Dependabot compatibility score

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 requested a review from nilsding as a code owner August 1, 2022 09:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 1, 2022
@nilsding nilsding changed the base branch from main to dependabot/bundler/pg-1.4.2 August 1, 2022 18:12
dependabot bot and others added 3 commits August 1, 2022 20:13
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.3.1 to 5.4.1.
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.3.1...5.4.1)

---
updated-dependencies:
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@nilsding nilsding force-pushed the dependabot/bundler/sentry-ruby-5.4.1 branch from f0f81fc to 626a1cc Compare August 1, 2022 18:13
@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #600 (f0f81fc) into dependabot/bundler/pg-1.4.2 (df70e9d) will not change coverage.
The diff coverage is n/a.

❗ Current head f0f81fc differs from pull request most recent head 626a1cc. Consider uploading reports for the commit 626a1cc to get more accurate results

@@                     Coverage Diff                      @@
##           dependabot/bundler/pg-1.4.2     #600   +/-   ##
============================================================
  Coverage                        87.91%   87.91%           
============================================================
  Files                              128      128           
  Lines                             2267     2267           
============================================================
  Hits                              1993     1993           
  Misses                             274      274           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df70e9d...626a1cc. Read the comment docs.

@nilsding nilsding merged commit 51e78bf into dependabot/bundler/pg-1.4.2 Aug 1, 2022
@nilsding nilsding deleted the dependabot/bundler/sentry-ruby-5.4.1 branch August 1, 2022 18:19
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.

None yet

1 participant