Nov 06, 2023
Long query sanitization, debug logging and other improvements
Elixirappsignal 2.7.11
- Add an exponential backoff to the retry sleep time to bind to the StatsD, NGINX and OpenTelemetry HTTP ports. This gives the agent a longer time to connect to the ports if they become available within a 4 minute window.
- Sanitize SQL queries before truncating them. This fixes an issue where long SQL queries would be truncated at arbitrary points.
- Logs from the agent and extension now use a more consistent format for spans and transactions.
- The "debug" log level should now be enough for debugging most support issues.
See the changelogs for AppSignal for Elixir package 2.7.11 for more information.