uxcam / react-native-ux-cam

51 stars 10 forks source link

reportBugEvent does nothing #117

Open talesdsp opened 9 months ago

talesdsp commented 9 months ago

I'm using error boundary to catch unhandled exceptions that I want to report to uxcam with the same importance as a crash or ui freeze. But nothing happens.

RNUxcam.logEvent('test1', { foo: 'bar' }) // event is sent
RNUxcam.reportBugEvent('test2', { foo: 'bar' }) // does nothing

I checked the docs say reportExceptionEvent only works in native, but I thought reportBugEvent would work in JS

Expected result

An exception should be reported to the dashboard

Actual result

Show neither in Issues nor in Events

Version

5.4.13