/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/react-native-hockeyapp@0.5.3/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
var{NativeModules:{RNHockeyApp:RNHockeyApp}}=require("react-native"),invariant=require("invariant");function checkInstalled(){invariant(RNHockeyApp,"react-native-hockeyapp platform setup not complete")}export const AuthenticationType={Anonymous:0,EmailSecret:1,EmailPassword:2,DeviceUUID:3,Web:4};export const HockeyApp={AuthenticationType:{Anonymous:0,EmailSecret:1,EmailPassword:2,DeviceUUID:3,Web:4},configure(e,t,a,c,n){checkInstalled(),RNHockeyApp.configure(e,t||!0,a||0,c||"",n||!1)},start(){checkInstalled(),RNHockeyApp.start()},checkForUpdate(){checkInstalled(),RNHockeyApp.checkForUpdate()},feedback(){checkInstalled(),RNHockeyApp.feedback()},addMetadata(e){checkInstalled();var t=JSON.stringify(e);RNHockeyApp.addMetadata(t)},generateTestCrash(){checkInstalled(),RNHockeyApp.generateTestCrash()},trackEvent(e){checkInstalled(),RNHockeyApp.trackEvent(e)},trackEventWithOptionsAndMeasurements(e,t,a){checkInstalled(),RNHockeyApp.trackEventWithOptionsAndMeasurements(e,t||{},a||{})}};export default HockeyApp;
//# sourceMappingURL=/sm/9e7afe34620cd6616a91e14146b49fdaca0c40ffd11a13d38b1d42f89a034122.map