Skip to content

v2.3.2

Compare
Choose a tag to compare
@danielme85 danielme85 released this 07 May 02:47

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.