Files
iNaturalistReactNative/src/sharedHelpers/logger.js
Ken-ichi ddca126ed5 refactor: log around repeat errors (#2293)
* Catch and squelch "Network request failed" errors that happen during logging itself (#1639)
* Log around RNSI access to resolve when/where those errors occur (#1639)
* Log around JWT retrieval to resolve when/where JWT missing errors occur (#2155)
2024-10-22 15:41:54 -07:00

7 lines
298 B
JavaScript

// Workaround for module.system.node.root_relative_dirname=./src
// in .flowconfig and babel-plugin-module-resolver. If you have a better
// solution, please do it!
import { log, logFilePath, logWithoutRemote } from "../../react-native-logs.config";
export { log, logFilePath, logWithoutRemote };