fully-forged / tune

A streamlined Spotify client and browser with a focus on performance and integrations.
https://tune.fullyforged.com
MIT License
216 stars 16 forks source link

Bump appsignal from 2.2.7 to 2.2.9 #295

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps appsignal from 2.2.7 to 2.2.9.

Changelog

Sourced from appsignal's changelog.

2.2.9

Fixed

  • 2b78e1e2 patch - Fix debug and transaction_debug_mode log options. If set, previously the log_level would remain "info", since version 2.2.8.

2.2.8

Added

  • 4a9bcca3 patch - Add "log_level" config option. This new option allows you to select the type of messages AppSignal's logger will log and up. The "debug" option will log all "debug", "info", "warning" and "error" log messages. The default value is: "info"

    The allowed values are:

    • error
    • warning
    • info
    • debug
  • 10078177 patch - Add send_environment_metadata config option to configure the environment metadata collection. For more information, see our environment metadata docs.

  • 10078177 patch - Add the Erlang scheduler utilization to the metrics reported by the minutely probes. The metric is reported as a percentage value with the name erlang_scheduler_utilization, with the tag type set to "normal" and the tag id set to the ID of the scheduler in the Erlang VM.

Changed

  • 10078177 patch - Bump agent to v-5b63505

    • Only filter parameters with the filter_parameters config option.
    • Only filter session data with the filter_session_data config option.
  • 10078177 patch - Remove the valid key from the diagnose output. It's not a configuration option that can be configured, but an internal state check if the configuration was considered valid.

  • 10078177 patch - Print the extension installation dependencies and flags in the diagnose report output.

  • 10078177 patch - Standardize diagnose validation failure message. Explain the diagnose request failed and why.

  • f3bb8546 patch - Bump agent to v-0db01c2

    • Add log_level config option in extension.
    • Deprecate debug and transaction_debug_mode option in extension.

Deprecated

  • 4a9bcca3 patch - Deprecate "debug" and "transaction_debug_mode" config options in favor of the new "log_level" config option.

Removed

  • f40ead99 patch - Remove the unused allocation tracking config option.

Fixed

  • 10078177 patch - Fix a bug where setting the :phoenix, :filter_parameters configuration key to an allow-list of the form {:keep, [keys]} would apply this filtering to all sample data maps. The filtering is now only applied to the params sample data map.
  • 10078177 patch - Fix the Push API key validator request query params encoding.

... (truncated)

Commits
  • c4be06d Publish packages
  • 2b78e1e Unset the default log_level in the integration (#740)
  • f07a22a Publish packages
  • 35a94ad Merge pull request #733 from appsignal/add-log-level-config-opt
  • f3bb854 Bump agent to v-0db01c2
  • 1324c12 Fix typos in project (#739)
  • f40ead9 Update allocation config option changeset
  • 20975ce Merge pull request #737 from appsignal/fix-telemetry-local-function-warning
  • ad0b00f Fix Telemetry local function warning
  • ad63b94 Update mono to 0.6.0 (#736)
  • 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 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[bot] commented 2 years ago

Superseded by #308.