appsignal-elixir v2.2.11 Release Notes

  • โž• Added

    • ๐Ÿšฆ e287e58c patch - Allow ignoring specific pids through Tracer.ignore/1
    • ๐Ÿšฆ c325114a patch - Log messages are now sent through a centralised logger, defaulting to logging to the /tmp/appsignal.log file. To log to standard output instead, set the log config property to "stdout".
    • ๐Ÿšฆ 96c60363 patch - Don't set parameters when the send_params configuration is set to false

    ๐Ÿ”„ Changed

    • bb6c7a65 patch - Add the config "override" source to better communicate and help debug when certain config options are set. This is used by the diagnose report. The override source is used to set the new config option value when a config option has been renamed, like send_session_data.
    • ๐Ÿšฆ 003a2edd patch - The extension installation will no longer fail when the CA certificate file is not accessible.
    • ๐Ÿšฆ db97b2f6 patch - Bump agent to v-bbc830a

      • Support batched statsd messages
      • Set start times for spans with traceparents
      • Check duration in transactions for negative and too high values
    • ๐Ÿšฆ 709224ad patch - Bump agent to v-f57e6cb

      • Enable process metrics on Heroku and Dokku