I have configured sentry browser including the script in my website and trying the basic example of capture error of myUndefinedFunction(); but doesn’t capture anything. However, when I manually send a captureException or captureMessage the errors logs properly in the issues board.
Launching Sentry.init() in debug mode I have found this error -> Sentry Logger [Error]: An event processor returned null, will not send event., but I don’t find related information of this problem in the forum.
How are you throwing the error? Script Error indicates that where you throw the error is not on the same page / other script.
Here is a lengthly explainantion what it means