MindscapeHQ / raygun4reactnative

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

NullPointerException when `customData` is undefined #67

Closed frenic closed 1 year ago

frenic commented 1 year ago

We noticed that we get a java.lang.NullPointerException in com.raygun.react.RaygunNativeBridgeModule.recordBreadcrumb when breadcrumb.customData is undefined. E.g:


const customData;

RaygunClient.recordBreadcrumb({
  message: 'My breadcrumb',
  customData,
});
redJ4y commented 1 year ago

I added some logic to protect against this for version 1.2.4, thanks for the tip!