v2.3.2
Bug fixes:
- Reverted how Exception traces are handled, previous release parsed to string then serialized to json format making it unnecessary difficult to unserialize.
- Add additional Exception check on 'SaveLogEvent' queue job to avoid potential Exception->log->Exception loops if an error occurs in the queued job.