@luciq/react-native 18.0.1 → 18.2.0-13120-SNAPSHOT

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,6 +28,7 @@ interface NativeUserConsentActionType {
28
28
  dropAutoCapturedMedia: any;
29
29
  dropLogs: any;
30
30
  noChat: any;
31
+ noAutomaticBugGrouping: any;
31
32
  }
32
33
  interface NativeInvocationEvent {
33
34
  invocationEventNone: any;
@@ -20,6 +20,7 @@ export enum userConsentActionType {
20
20
  dropAutoCapturedMedia = constants.dropAutoCapturedMedia,
21
21
  dropLogs = constants.dropLogs,
22
22
  noChat = constants.noChat,
23
+ noAutomaticBugGrouping = constants.noAutomaticBugGrouping,
23
24
  }
24
25
 
25
26
  /**
package/upload/index.js CHANGED
@@ -12834,7 +12834,7 @@ FormData$1.prototype._error = function (err) {
12834
12834
  FormData$1.prototype.toString = function () {
12835
12835
  return '[object FormData]';
12836
12836
  };
12837
- setToStringTag(FormData$1, 'FormData');
12837
+ setToStringTag(FormData$1.prototype, 'FormData');
12838
12838
  var form_data = FormData$1;
12839
12839
  var FormData$2 = getDefaultExportFromCjs(form_data);
12840
12840