Skip to content

Bump sentry-ruby from 4.2.1 to 4.3.0#78

Merged
TheDoubleK merged 1 commit intomasterfrom
dependabot/bundler/sentry-ruby-4.3.0
Mar 16, 2021
Merged

Bump sentry-ruby from 4.2.1 to 4.3.0#78
TheDoubleK merged 1 commit intomasterfrom
dependabot/bundler/sentry-ruby-4.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps sentry-ruby from 4.2.1 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

4.2.2

  • Add thread_id to Exception interface #1291
  • always convert trusted proxies to string #1288
Commits

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 added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@TheDoubleK TheDoubleK merged commit 67c5eab into master Mar 16, 2021
@TheDoubleK TheDoubleK deleted the dependabot/bundler/sentry-ruby-4.3.0 branch March 16, 2021 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment