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:
- Set the mode to Debug
- Paste your own Sentry DSN
- Click Send exception to Sentry
- Check the sentry issues (should be good entry with Error)
- Set the mode to Release
- Paste your own Sentry DSN
- Click Send exception to Sentry
- Check the sentry issues (now should be wrong "Non-Error exception ...")