Skip to content

Update dependency sentry-rails to '~>5.19.0'

This MR contains the following updates:

Package Update Change
sentry-rails (source, changelog) minor '~>5.18.0' -> '~>5.19.0'

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

getsentry/sentry-ruby (sentry-rails)

v5.19.0

Compare Source

Features

...

config.enabled_patches << :faraday

end


- Support for attachments ([#&#8203;2357](https://github.com/getsentry/sentry-ruby/pull/2357))

Usage:

```ruby
Sentry.add_attachment(path: '/foo/bar.txt')
Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
  • Transaction data are now included in the context (#​2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#​2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false
Bug Fixes
  • Fix skipping connect spans in open-telemetry #​2364

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading