AppSignal v3.0.16 Release Notes

  • โž• Added

    • ๐Ÿšฆ fe226e99 patch - Add experimental Span API. This is not loaded by default and we do not recommend using it yet.
    • ๐Ÿšฆ 84b1ba18 patch - Add "log_level" config option. This new option allows you to define the kind of messages AppSignal's 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
      • ๐Ÿšฆ 6b2ecca2 patch - Clean up index values in error messages from PG index violation errors.

    ๐Ÿ”„ Changed

    • ๐Ÿšฆ 25bde454 patch - Order the config options alphabetically in diagnose report output.
    • fe226e99 patch - Use the filter_parameters and filter_session_data options to filter out specific parameter keys or session data keys for the experimental Span API. Previously only the (undocumented) filter_data_keys config option was available to filter out all kinds of app data.
    • ๐Ÿšฆ fe226e99 patch - Standardize diagnose validation failure message. Explain the diagnose request failed and why.
    • ๐Ÿšฆ fe226e99 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.
    • ๐Ÿšฆ 3ad95ea5 patch - Bump agent to v-0db01c2

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

    ๐Ÿ—„ Deprecated

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