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.19.0 #1624

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-ruby (sentry-rails)

v5.19.0

Compare Source

Features

...

config.enabled_patches << :faraday

end


- Support for attachments ([#&#8203;2357](https://togithub.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

v5.18.2

Compare Source

Bug Fixes
  • Don't overwrite ip_address if already set on user #​2350
  • teardown_sentry_test helper should clear global even processors too (#​2342)
  • Suppress the unnecessary “unsupported options notice” (#​2349)
Internal
  • Use Concurrent.usable_processor_count when it is available (#​2339)
  • Report dropped spans in Client Reports (#​2346)

v5.18.1

Compare Source

Bug Fixes
  • Drop Gem::Specification's usage so it doesn't break bundler standalone (#​2335)

v5.18.0

Compare Source

Features
  • Add generator for initializer generation (#​2286)

    Rails users will be able to use bin/rails generate sentry to generate their config/initializers/sentry.rb file.

  • Notify users when their custom options are discarded (#​2303)

  • Add a new :graphql patch to automatically enable instrumenting GraphQL spans (#​2308)

    Usage:

    Sentry.init do |config|

...

  config.enabled_patches += [:graphql]
end
```
  • Add Sentry.get_trace_propagation_meta helper for injecting meta tags into views (#​2314)

  • Add query source support to sentry-rails (#​2313)

    The feature is only activated in apps that use Ruby 3.2+ and Rails 7.1+. By default only queries that take longer than 100ms will have source recorded, which can be adjusted by updating the value of config.rails.db_query_source_threshold_ms.

  • Log envelope delivery message with debug instead of info (#​2320)

Bug Fixes
  • Don't throw error on arbitrary arguments being passed to capture_event options #​2301
  • Decrease the default number of background worker threads by half (#​2305)
  • Don't mutate enabled_environments when using Sentry::TestHelper (#​2317)
  • Don't use array for transaction names and sources on scope (#​2324)
    • Fixes #​2257
    • BREAKING This removes the internal scope.transaction_names method, please use scope.transaction_name instead
Internal
  • Add origin to spans and transactions to track integration sources for instrumentation (#​2319)

v5.17.3

Compare Source

Internal
  • Update key, unit and tags sanitization logic for metrics #​2292
  • Consolidate client report and rate limit handling with data categories #​2294
  • Record :network_error client reports for send_envelope #​2295
Bug Fixes
  • Make sure isolated envelopes respect config.enabled_environments #​2291

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Pull requests that update a dependency file label Apr 12, 2024
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch from fe14a0b to 1a0d56f Compare June 4, 2024 09:15
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch from 1a0d56f to 443b648 Compare June 25, 2024 17:17
@renovate renovate bot changed the title Update sentry-ruby monorepo to v5.17.3 Update sentry-ruby monorepo to v5.18.0 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch from 443b648 to 8b4d9ff Compare July 2, 2024 20:16
@renovate renovate bot changed the title Update sentry-ruby monorepo to v5.18.0 Update sentry-ruby monorepo to v5.18.1 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch from 8b4d9ff to 4613b12 Compare July 23, 2024 18:24
@renovate renovate bot changed the title Update sentry-ruby monorepo to v5.18.1 Update sentry-ruby monorepo to v5.18.2 Jul 23, 2024
@renovate renovate bot changed the title Update sentry-ruby monorepo to v5.18.2 Update dependency sentry-sidekiq to v5.18.2 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch from 4613b12 to 5ae1c0a Compare August 13, 2024 16:28
@renovate renovate bot changed the title Update dependency sentry-sidekiq to v5.18.2 Update dependency sentry-sidekiq to v5.19.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/sentry-ruby-monorepo branch from 5ae1c0a to c74566e Compare August 28, 2024 08:44
@renovate renovate bot changed the title Update dependency sentry-sidekiq to v5.19.0 Update sentry-ruby monorepo to v5.19.0 Aug 28, 2024
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 ns:et-pet prd:et-pet rel:et-pet-et1-pr-1624
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants