Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps scout_apm from 5.4.0 to 5.6.0.

Changelog

Sourced from scout_apm's changelog.

5.6.0

  • New options for sampling and ignore configurationn (#521)
    • sample_rate - Set the rate at which requests are sampled globally (1-100, a percentage of requests to keep).
    • ignore_endpoints - Ignore endpoints by regex matching prefix (Same as and replaces ignore)
    • sample_endpoints - Sample endpoints by regex matching prefix (i.e. ['/foo:70']).
    • endpoint_sample_rate - Set the rate at which all non-matching web requests are sampled.
    • ignore_jobs - Ignore Jobs by explicit name match.
    • sample_jobs - Sample Jobs by explicit name match (i.e. ['MyJob:70']).
    • job_sample_rate - Set the rate at which all non-matching background jobs are sampled.

5.5.0

  • Fix undeclared logger in grape instruments (#510)
  • Drop guaranteed support for Rubies <= 2.4
  • Instrument Resque without relying on forking per job (#514)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [scout_apm](https://github.com/scoutapp/scout_apm_ruby) from 5.4.0 to 5.6.0.
- [Changelog](https://github.com/scoutapp/scout_apm_ruby/blob/master/CHANGELOG.markdown)
- [Commits](scoutapp/scout_apm_ruby@v5.4.0...v5.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 16, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #31.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/bundler/scout_apm-5.6.0 branch February 24, 2025 06:39
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