Skip to content

Logging and Method Function bugfix

Compare
Choose a tag to compare
@Johnbastian Johnbastian released this 08 Jun 10:31
54382e1
  • Threadneedle can now perform request flow logging normally done when NODE_ENV=development is set, by now using a dedicated environment flag THREADNEEDLE_ENABLE_LOGS=true
  • Function Methods had a bug where if they were non-async and threw an error, the error was not caught and formatted in the expected format by Threadneedle. This is now fixed.