TWebSentry issue with send event in Release mode

Hi,

When I sent event to Sentry via TWebSentry in Debug mode everything is ok I see in sentry issues like this

but when I change to Release mode and run exactly the same code I see in sentry issues different status without info FJSError FMessage FStack

In attachment app to repro the problem

Sentry.zip (2.7 MB)

Repro steps:

  1. Set the mode to Debug
  2. Paste your own Sentry DSN
  3. Click Send exception to Sentry
  4. Check the sentry issues (should be good entry with Error)
  5. Set the mode to Release
  6. Paste your own Sentry DSN
  7. Click Send exception to Sentry
  8. Check the sentry issues (now should be wrong "Non-Error exception ...")

@brunofierens any news about that ?

See my reply on TWebToast