C# Missing Exception Stack Trace in async context

  1. Using Canary (tested with production too) and FXServer version is “FXServer-master SERVER v1.0.0.5754 win32”
  2. I expect to read the stack trace to understand where and how the error happens
  3. The error is printed but no stack trace is shown (empty string instead) making it impossible to debug.
  4. Category of bug client (so far happened on client only)
  5. so far the error appears when an exception is given in a Tick or a thread called by a Tick

This happens since this commit: feat(scripting/csharp): experimental SynchronizationContext (on serve… · citizenfx/fivem@f78dc31 · GitHub

example resource:
test2.zip (2.0 MB)