MindscapeHQ / raygun4reactnative

ReactNative crash reporting SDK for Raygun
MIT License
3 stars 3 forks source link

Fix native crash reports failing to send #53

Closed Widdershin closed 2 years ago

Widdershin commented 2 years ago

raygun4apple requires us to pass in an endpoint. Previously, we would only pass in the custom endpoint provided by the user, which would effectively disable native crash reporting unless a custom endpoint was used.

Now, we pass in the default Raygun endpoint if we have no custom endpoint available. This allows native exceptions to be reported as expected.