sendSilentCrashReport function

  1. @JS('window.Gleap.sendSilentCrashReport')
void sendSilentCrashReport(
  1. JSString description,
  2. JSString severity,
  3. JSString excludeData
)

Implementation

@JS('window.Gleap.sendSilentCrashReport')
external void sendSilentCrashReport(
  JSString description,
  JSString severity,
  JSString excludeData,
);