Oct 09, 2025
Support Oban timeouts and auto detect log formats
Elixir2.15.11
Added
- Add support for Oban timeout exceptions
Changed
-
Detect the log format automatically. We now detect if a log line is in the JSON, Logfmt or plaintext formats. No further config needed when calling our logger, like so:
ElixirAppsignal.Logger.info("group", "message")
View the Elixir package v2.15.11 changelog for more information.