mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-991 correct filename for logger
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
} from "@react-native-firebase/analytics";
|
||||
import { log } from "sharedHelpers/logger";
|
||||
|
||||
const logger = log.extend( "tracing.ts" );
|
||||
const logger = log.extend( "tracking.ts" );
|
||||
|
||||
type FirebaseParameters = Record<string, string | number | string[]>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user