Skip to content

Bump appsignal from 3.7.5 to 4.2.1#250

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/appsignal-4.2.1
Closed

Bump appsignal from 3.7.5 to 4.2.1#250
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/appsignal-4.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 4, 2024

Copy link
Copy Markdown
Contributor

Bumps appsignal from 3.7.5 to 4.2.1.

Changelog

Sourced from appsignal's changelog.

4.2.1

Published on 2024-12-04.

Changed

  • Minimize difference between Rack transaction duration and total child event durations. (patch 95c37802)

4.2.0

Published on 2024-11-13.

Added

  • Add config/appsignal.rb config file support. When a config/appsignal.rb file is present in the app, the Ruby gem will automatically load it when Appsignal.start is called.

    The config/appsignal.rb config file is a replacement for the config/appsignal.yml config file. When both files are present, only the config/appsignal.rb config file is loaded when the configuration file is automatically loaded by AppSignal when the configuration file is automatically loaded by AppSignal.

    Example config/appsignal.rb config file:

    # config/appsignal.rb
    Appsignal.configure do |config|
      config.name = "My app name"
    end

    To configure different option values for environments in the config/appsignal.rb config file, use if-statements:

    # config/appsignal.rb
    Appsignal.configure do |config|
      config.name = "My app name"
      if config.env == "production"
        config.ignore_actions << "My production action"
      end
      if config.env == "staging"
        config.ignore_actions << "My staging action"
      end
    end

    (minor f81248bc, 48d16c7a)

  • Add the config/appsignal.rb Ruby config file method to installer, appsignal install. (patch 0d2e2bde)

  • Add Appsignal.set_empty_params! helper method. This helper method can be used to unset parameters on a transaction and to prevent the Appsignal instrumentation from adding parameters to a transaction.

    Example usage:

    class PaymentsController < ApplicationController

... (truncated)

Commits
  • 5697de3 Publish package v4.2.1
  • 95c3780 Move up creation of Rack instrumentation event (#1339)
  • 37a0da4 Fix JRuby jar-dependencies gem install issue (#1342)
  • 04f1b7e Publish package v4.2.0
  • 5bd8d1b Merge pull request #1334 from appsignal/addDefaultAttributesToLogger
  • ce40e82 Fix format argument in JRuby
  • 8be7c79 Ensure the log line attributes take priority
  • ae5b83b Ensure the original hashes are not modified
  • 6244731 Rename default_attributes parameter
  • 27e05af Add default_attributes to Logger
  • 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)

Bumps [appsignal](https://github.com/appsignal/appsignal-ruby) from 3.7.5 to 4.2.1.
- [Changelog](https://github.com/appsignal/appsignal-ruby/blob/main/CHANGELOG.md)
- [Commits](appsignal/appsignal-ruby@v3.7.5...v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 4, 2024
@dependabot @github

dependabot Bot commented on behalf of github Dec 16, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #256.

@dependabot dependabot Bot closed this Dec 16, 2024
@dependabot dependabot Bot deleted the dependabot/bundler/appsignal-4.2.1 branch December 16, 2024 12:06
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.

0 participants