packages/@fbcmobile-ui/Logging/UserActionEvents.js (12 lines of code) (raw):

/** * Copyright (c) Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. * * @flow strict-local * @format */ 'use strict'; export const EVENT = { BUG_REPORT: 'bug_report', }; export const METRIC = { GPS_LOCK_LOW_ACCURACY: 'gps_lock_low_accuracy', }; export const ERROR = { ERROR_GETTING_GEOLOCATION: 'error_getting_geolocation', ERROR_PICKING_PHOTO: 'error_picking_photo', ERROR_TAKING_PHOTO: 'error_taking_photo', };