Skip to content

v2.15.11

@jeffkreeftmeijer jeffkreeftmeijer tagged this 09 Oct 10:01
## 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:

  ```elixir
  Appsignal.Logger.info("group", "message")
  ```
Assets 2
Loading