appsignal-elixir v2.2.10 Release Notes

  • โž• Added

    • 0469f4b2 patch - Add send_session_data option to configure if session data is automatically included in spans. By default this is turned on. It can be disabled by configuring send_session_data to false.

    ๐Ÿ”„ Changed

    • ๐Ÿšฆ ffe65216 patch - Remove Ruby exclusive headers from request_headers defaults.
    • ๐Ÿšฆ c0a98928 patch - Bump AppSignal agent version to 15ee07b. Add internal tracking of transmission duration.
    • ๐Ÿšฆ 8c14f827 patch - The diagnose library report now reports the agent version from the committed agent file, rather than the downloaded version, which is reported in the installation report.

    ๐Ÿ—„ Deprecated

    • 0469f4b2 patch - Deprecate skip_session_data option in favor of the newly introduced send_session_data option. If it is configured, it will print a warning on AppSignal load, but will also retain its functionality until the config option is fully removed in the next major release.

    ๐Ÿ›  Fixed

    • ๐Ÿ—„ e4ec8e68 patch - Prefer the value of the log_level config option, instead of the deprecated debug config option, when deciding whether to log a debug message. If log_level does not have a value, or its value is invalid, the values of the deprecated debug and transaction_debug_mode config options are taken into account.