mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-18 21:35:46 -04:00
* 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)
7 lines
298 B
JavaScript
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 };
|