Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps appsignal from 3.7.5 to 3.13.0.

Changelog

Sourced from appsignal's changelog.

3.13.0

Published on 2024-08-14.

Changed

  • Remove the HTTP gem's exception handling. Errors from the HTTP gem will no longer always be reported. The error will be reported only when an HTTP request is made in an instrumented context. This gives applications the opportunity to add their own custom exception handling.

    begin
      HTTP.get("https://appsignal.com/error")
    rescue => error
      # Either handle the error or report it to AppSignal
    end

    (minor 2a452ff0)

  • Rename heartbeats to cron check-ins. Calls to Appsignal.heartbeat and Appsignal::Heartbeat should be replaced with calls to Appsignal::CheckIn.cron and Appsignal::CheckIn::Cron, for example:

    # Before
    Appsignal.heartbeat("do_something") do
      do_something
    end
    After
    Appsignal::CheckIn.cron("do_something") do
    do_something
    end

    (patch 2f686cd0)

Deprecated

  • Calls to Appsignal.heartbeat and Appsignal::Heartbeat will emit a deprecation warning. (patch 2f686cd0)

3.12.6

Published on 2024-08-05.

Changed

  • Configure AppSignal with the install CLI when no known frameworks is found. Automate the configure step so that this doesn't have to be done manually along with the manual setup for the app. (patch a9c546fa)

Deprecated

  • Deprecate the Appsignal.listen_for_error helper. Use a manual error rescue with Appsignal.report_error. This method allows for more customization of the reported error.

... (truncated)

Commits
  • e05e2cb Publish package v3.13.0
  • 584fcea Amend @since version number
  • ae588c2 Merge pull request #1115 from appsignal/rename-heartbeats-to-cron-checkins
  • 7444eeb Use new property names
  • 2a452ff Do not report HTTP gem errors (#1239)
  • 0470c82 Fix cron check-in endpoint and event
  • 2f686cd Rename heartbeats to cron check-ins
  • a65f285 Document listen_for_error deprecation in API docs
  • d4ece27 Fix changelog entry comment
  • cd87388 Publish package v3.12.6
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2024
Bumps [appsignal](https://github.com/appsignal/appsignal-ruby) from 3.7.5 to 3.13.0.
- [Changelog](https://github.com/appsignal/appsignal-ruby/blob/develop/CHANGELOG.md)
- [Commits](appsignal/appsignal-ruby@v3.7.5...v3.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/appsignal-3.13.0 branch from 1c98059 to 705c254 Compare August 15, 2024 14:39
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2024

Superseded by #189.

@dependabot dependabot bot closed this Aug 23, 2024
@dependabot dependabot bot deleted the dependabot/bundler/appsignal-3.13.0 branch August 23, 2024 11:37
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant